]> granicus.if.org Git - clang/commit
Optimize stringification a bit to avoid std::string thrashing and
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 23:04:18 +0000 (23:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2009 23:04:18 +0000 (23:04 +0000)
commitc19e8a2b92f5ab50d1d0da064ae078760cab369f
tree1d2eb10358ffe516a38cc7a8ebcabbf91b52d91b
parent523aa600bee6b4de874cdc9dd0269c97cb7c912e
Optimize stringification a bit to avoid std::string thrashing and
avoid the version of Preprocessor::getSpelling that returns an
std::string.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61769 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/MacroArgs.cpp