Fix MSan annotations inclusion guard.
[oota-llvm.git] / include / llvm / Support / raw_ostream.h
2008-08-22 Nicolas GeoffrayAlso overload for char, since the "char" type depends...
2008-08-22 Owen AndersonOverload for both signed and unsigned char.
2008-08-21 Owen AndersonMove non-trivial methods out of line to avoid code...
2008-08-21 Owen AndersonImplement operator<< in terms of basic types rather...
2008-08-21 Eli FriedmanRemove size_t operator; this unbreaks the build on...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-19 Chris Lattneradd raw_ostream method for emitting an unsigned.
2008-08-17 Nick LewyckyFix build on GCC 4.3.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattnerremove accidental comment.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...