Use llvm::raw_string_ostream instead of std::stringstream (NFC)
authorMehdi Amini <mehdi.amini@apple.com>
Thu, 6 Oct 2016 04:26:16 +0000 (04:26 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Thu, 6 Oct 2016 04:26:16 +0000 (04:26 +0000)
commit2d487db031d954bfc93dcdab7dd77984e64363d0
treed8c60d451a2f756ae2ac82adb1e4ca64149a8fd7
parentb4eb5d504919ff885315acb4d66783b37ab96453
Use llvm::raw_string_ostream instead of std::stringstream (NFC)

As a side effect, this avoid having to call .data() on the StringRef.

llvm-svn: 283416
clang/lib/Tooling/CompilationDatabase.cpp