Go to file
Dan Gohman 854ea3c580 Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be
unbuffered. std::ostream does its own buffering, and std::string and
SmallVector both have allocation strategies intended to handle frequent
appending.

llvm-svn: 78924
2009-08-13 17:41:40 +00:00
clang Prep for vbase layout refinements. WIP. 2009-08-13 02:02:14 +00:00
compiler-rt Temporary define HAVE_SYSCONF until cmake checks are done. 2009-08-10 01:02:16 +00:00
llvm Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be 2009-08-13 17:41:40 +00:00