Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be
authorDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 17:41:40 +0000 (17:41 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 17:41:40 +0000 (17:41 +0000)
commit0ba50bb05661165f2b97f4526732f109a81100b5
tree225df6adf4d744169a033205fa269c6b8ad09f29
parent208ec0f32eed8874074bddf97cd04f60a772198d
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78924 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h
lib/Support/raw_ostream.cpp