summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx11-initializer-array-new.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-3/+3
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-5/+5
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-2/+2
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-33/+33
* When emitting a multidimensional array new, emit the initializers for theRichard Smith2014-06-031-17/+70
* Quick-Fix pointer arithmetic when performing multi-D new-array initialization.Faisal Vali2013-12-141-2/+3
* When performing an array new of a multidimensional array with an initializerRichard Smith2013-12-111-0/+106