Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Dec 2012 22:39:14 +0000 (22:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 3 Dec 2012 22:39:14 +0000 (22:39 +0000)
commit78f6b03edc402900b3957b22d95bf98e0eebfd54
tree3ce4017b2d48d2e79711f25328cb6e02dc64e300
parent742f201e306010319f679f85f2c61b02561e5996
Fix test failure when building Clang with g++4.7 -- don't use a Twine temporary
after its lifetime has ended!

llvm-svn: 169170
clang/lib/CodeGen/CGExpr.cpp