aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/new-array-init-exceptions.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin1-2/+2
tests fail. llvm-svn: 188447
2012-02-24Reapply r151172 - Unwind path cleanup for array new list initializers - with aChad Rosier1-0/+41
test case that only runs on debug builds. llvm-svn: 151311
2012-02-22Revert r151172: Unwind path cleanup for array new list initializers.Chad Rosier1-40/+0
llvm-svn: 151203
2012-02-22Unwind path cleanup for array new list initializers.Sebastian Redl1-0/+40
llvm-svn: 151172