Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the
[oota-llvm.git] / lib / Support / circular_raw_ostream.cpp
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...