summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-init-anon-union.cpp
AgeCommit message (Expand)Author
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2013-12-10Add a triple to this IRgen test to unbreak the ARM bots.Richard Smith
2013-12-10Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-05-07A union can have a constexpr defaulted default constructor, if it has anRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-18Fix PR10531. Attach an initializer to anonymous unions, since the default con...Richard Smith