summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/new-array-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-0/+22
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-5/+5
* When the new expr's array size is an ICE, emit it as a constant expression.Nick Lewycky2017-02-131-0/+7
* PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith2016-10-051-7/+77
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-2/+2
* 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