summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith2018-05-231-0/+68
* Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...Hans Wennborg2018-05-231-39/+0
* Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith2018-05-231-0/+39
* Revert r332847; it caused us to miscompile certain forms of reference initial...Richard Smith2018-05-211-27/+0
* [CodeGen] Recognize more cases of zero initializationSerge Pavlov2018-05-211-0/+27
* PR32044: Fix some cases where we would confuse a transparent init-list expres...Richard Smith2017-02-231-3/+12
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-3/+3
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. ItRichard Smith2014-06-131-0/+19
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* Slightly generalize FileCheck patterns to unbreak -Asserts builds.Richard Smith2012-05-141-1/+1
* Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith2012-05-141-0/+25