summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx0x-nontrivial-union.cpp
AgeCommit message (Expand)Author
2013-06-25Don't check for triviality on fields of templated records. We can't know theNick Lewycky
2012-03-03Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith
2012-02-26Don't assert when trying to diagnose why a class with a constructor template isRichard Smith
2012-02-16C++11 allows unions to have static data members. Remove the correspondingRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-16Implement the new C++0x rules for non-trivial things in unions so thatSean Hunt