aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Streams.cpp
AgeCommit message (Expand)Author
2009-08-23llvm/Support/Streams.h is now dead, zap it.Chris Lattner
2008-05-29Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-01-03The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-17Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling