aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/new-array-init.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-13When the new expr's array size is an ICE, emit it as a constant expression.Nick Lewycky1-0/+7
2016-10-05PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith1-7/+77
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith1-2/+2
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-2/+2
2014-08-28Reverting r216675. This breaks some bots. Before this can be committed again,...Aaron Ballman1-6/+1
2014-08-28Throw a std::bad_array_new_length exception when the expression (or constant-...Aaron Ballman1-1/+6
2014-06-03When emitting a multidimensional array new, emit the initializers for theRichard Smith1-2/+17
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-4/+4
2012-02-22CodeGen for array new list initializers. Doesn't correctly clean up in the fa...Sebastian Redl1-0/+33