]> granicus.if.org Git - clang/commit
CodeGen for array new list initializers. Doesn't correctly clean up in the face of...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 22 Feb 2012 17:37:52 +0000 (17:37 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Wed, 22 Feb 2012 17:37:52 +0000 (17:37 +0000)
commit9203647221439c6eb04842bb8a22f5f03fd4d2bf
tree18e1376409d065110f1474272d7d0b150ade6138
parentb734e2437d3c4b20a28b448e75cb45ef71f0b518
CodeGen for array new list initializers. Doesn't correctly clean up in the face of exceptions yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151171 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/new-array-init.cpp [new file with mode: 0644]