PR20445: Properly transform the initializer in a CXXNewExpr rather than running
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 25 Jul 2014 01:12:44 +0000 (01:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 25 Jul 2014 01:12:44 +0000 (01:12 +0000)
commitc6abd96bffa1d5743e985235863bc75c3ed58036
tree4bd0a43a328adab0c1916f86cb260a59ddf8e119
parentd86c901f29b673161a8728ad853abff262cceb42
PR20445: Properly transform the initializer in a CXXNewExpr rather than running
it through the normal TreeTransform logic for Exprs (which will strip off
implicit parts of the initialization and never re-create them).

llvm-svn: 213913
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/TreeTransform.h
clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp