add support for a cout/cerr analog (outs()/errs()) as well as
authorChris Lattner <sabre@nondot.org>
Sun, 17 Aug 2008 04:13:37 +0000 (04:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Aug 2008 04:13:37 +0000 (04:13 +0000)
commit07f51f788e1dff2982ff0aae7c2ea3d00e48cc61
tree3e4c5cf41e4f07147846061184bb64be4ccddd28
parentc52b128e1a9b1f16403dcbabf46ffc8ee1f7082e
add support for a cout/cerr analog (outs()/errs()) as well as
a simple adaptor class to give raw output capabilities to
something that wants to write to an ostream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54865 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h
lib/Support/raw_ostream.cpp