Go to file
Chris Lattner 84b94f77c6 add a new raw_ostream class which is an extremely high performance ostream that
can *only* output data (no seeking, reading, etc).  This is adapted from the
clang "-E outputter", and is roughly 10% faster than stdio on darwin and 30%
(or more) faster than std::ostream.

llvm-svn: 54855
2008-08-17 01:35:29 +00:00
clang honor EscapeSpaces in 2nd overload of EscapeText() 2008-08-16 22:24:33 +00:00
llvm add a new raw_ostream class which is an extremely high performance ostream that 2008-08-17 01:35:29 +00:00