Add raw_stream adaptors that write into an std::string and SmallVector/SmallString.
authorChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 22:43:04 +0000 (22:43 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 23 Aug 2008 22:43:04 +0000 (22:43 +0000)
commit78a2812538d871a62d90f53ed66d26198876d011
tree297ba4550a141c420c6656e4c0c6580de7ad1892
parent944fac71e082cc2664cc71b4d3f6c72bab7143fb
Add raw_stream adaptors that write into an std::string and SmallVector/SmallString.

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