summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/new-array-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverting r216675. This breaks some bots. Before this can be committed again,...Aaron Ballman2014-08-281-6/+1
* Throw a std::bad_array_new_length exception when the expression (or constant-...Aaron Ballman2014-08-281-1/+6
* When emitting a multidimensional array new, emit the initializers for theRichard Smith2014-06-031-2/+17
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* CodeGen for array new list initializers. Doesn't correctly clean up in the fa...Sebastian Redl2012-02-221-0/+33