summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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