aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Streams.h
AgeCommit message (Expand)Author
2009-08-23llvm/Support/Streams.h is now dead, zap it.Chris Lattner
2009-02-20Removed trailing whitespace.Misha Brukman
2008-11-19add a write method.Chris Lattner
2008-08-17Make it compile on VC2005:Cedric Venet
2008-05-29Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling
2008-03-25De-constify the input to the "operator >>" method as it is modified.Bill Wendling
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-08-05Fix minor doxygen nits.Reid Spencer
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-07Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-27Protect against null streams.Bill Wendling
2006-11-26Add method that will take a function pointer so that it can handle thingsBill Wendling
2006-11-17Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling