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