summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx1y-initializer-aggregate.cpp
AgeCommit message (Expand)Author
2016-09-26P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of arrayRichard Smith
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-11-12Fix brace init of unions with unnamed struct membersReid Kleckner
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith
2013-05-09Implement C++1y constant initializer rules: in a constant initializer for anRichard Smith
2013-04-20C++1y: Allow aggregates to have default initializers.Richard Smith