summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx1y-initializer-aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of arrayRichard Smith2016-09-261-1/+1
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-2/+2
* 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-1/+1
* Fix brace init of unions with unnamed struct membersReid Kleckner2014-11-121-0/+11
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-031-1/+1
* Implement C++1y constant initializer rules: in a constant initializer for anRichard Smith2013-05-091-11/+6
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-0/+74