aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith1-3/+3
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-1/+1
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-1/+1
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-5/+5
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-33/+33
2014-06-03When emitting a multidimensional array new, emit the initializers for theRichard Smith1-17/+70
2013-12-14Quick-Fix pointer arithmetic when performing multi-D new-array initialization.Faisal Vali1-2/+3
2013-12-11When performing an array new of a multidimensional array with an initializerRichard Smith1-0/+106