summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/member-init-anon-union.cpp
Commit message (Expand)AuthorAgeFilesLines
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-14/+12
* Add a triple to this IRgen test to unbreak the ARM bots.Richard Smith2013-12-101-1/+1
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-1/+31
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* A union can have a constexpr defaulted default constructor, if it has anRichard Smith2012-05-071-2/+4
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith2011-09-181-0/+35