summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-13/+13
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-13/+13
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-1/+1
* 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
OpenPOWER on IntegriCloud