]> granicus.if.org Git - clang/commit
improve the code that handles IR generation of byte-sized string literals to avoid
authorChris Lattner <sabre@nondot.org>
Mon, 6 Feb 2012 22:47:00 +0000 (22:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Feb 2012 22:47:00 +0000 (22:47 +0000)
commit812234b70461eafd43acb6ccbd736bb4bbf88728
treea73065f281d0e5b4da2ffe6b8a1d151005b86915
parent66581d41527628d4b37f7b05c288f77be7415d7d
improve the code that handles IR generation of byte-sized string literals to avoid
allocating an std::string.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149924 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp