Added wrappers for the std::cerr/std::cout objects. The wrappers will
authorBill Wendling <isanbard@gmail.com>
Fri, 17 Nov 2006 09:51:22 +0000 (09:51 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 17 Nov 2006 09:51:22 +0000 (09:51 +0000)
commite562ed1c92d2d0845632c0f7d9f294fa7c4103ba
treecb086ffc3516a02a8870a228e53737ade4fd83c0
parent0231982b620c708767c08cebf8bbcf3d35da6807
Added wrappers for the std::cerr/std::cout objects. The wrappers will
soon replace all uses of those objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31817 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Streams.h [new file with mode: 0644]
lib/Support/Streams.cpp [new file with mode: 0644]