aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Streams.h
Commit message (Expand)AuthorAgeFilesLines
* De-constify the input to the "operator >>" method as it is modified.Bill Wendling2008-03-251-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix minor doxygen nits.Reid Spencer2007-08-051-2/+2
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-031-6/+0
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-1/+8
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-19/+35
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-0/+1
* Protect against null streams.Bill Wendling2006-11-271-1/+1
* Add method that will take a function pointer so that it can handle thingsBill Wendling2006-11-261-0/+7
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-171-0/+47