summaryrefslogtreecommitdiff
path: root/lib/Support/Streams.cpp
Commit message (Expand)AuthorAge
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-29
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-03
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-17