]> granicus.if.org Git - clang/commit
Replace usage of std::stringstream with raw_string_ostream
authorErich Keane <erich.keane@intel.com>
Mon, 16 Oct 2017 22:47:26 +0000 (22:47 +0000)
committerErich Keane <erich.keane@intel.com>
Mon, 16 Oct 2017 22:47:26 +0000 (22:47 +0000)
commitd9cf6d49343f126b890470a9a89b31e524aac4ec
treef6820a342ee7627b6f7e280976c61229f4c45724
parent1d8eb15fdac8dbf64a408cfde42f702c6f2bb57c
Replace usage of std::stringstream with raw_string_ostream

Typically we don't use the stringstream, so instead use
raw_string_stream.  Additionally, the dependent function
changed to use raw_ostream.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315950 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/ClangAttrEmitter.cpp