summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...Eric Fiselier2018-04-081-1/+1
* Don't check for triviality on fields of templated records. We can't know theNick Lewycky2013-06-251-0/+22
* Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith2012-03-031-0/+93
* Don't assert when trying to diagnose why a class with a constructor template isRichard Smith2012-02-261-0/+4
* C++11 allows unions to have static data members. Remove the correspondingRichard Smith2012-02-161-1/+6
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Implement the new C++0x rules for non-trivial things in unions so thatAlexis Hunt2011-05-161-0/+22
OpenPOWER on IntegriCloud