Normalize SourceMgr messages.
[oota-llvm.git] / include / llvm / Support / Streams.h
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-11-19 Chris Lattneradd a write method.
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-03-25 Bill WendlingDe-constify the input to the "operator >>" method as...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-01-03 Bill WendlingThe previous implementation of LLVM Streams wasn't...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Bill WendlingProtect against null streams.
2006-11-26 Bill WendlingAdd method that will take a function pointer so that...
2006-11-17 Bill WendlingAdded wrappers for the std::cerr/std::cout objects...