Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i... | Eric Fiselier | 2018-04-08 | 1 | -1/+1 |
* | Don't check for triviality on fields of templated records. We can't know the | Nick Lewycky | 2013-06-25 | 1 | -0/+22 |
* | Add a pile of tests for unrestricted unions, and advertise support for them. | Richard Smith | 2012-03-03 | 1 | -0/+93 |
* | Don't assert when trying to diagnose why a class with a constructor template is | Richard Smith | 2012-02-26 | 1 | -0/+4 |
* | C++11 allows unions to have static data members. Remove the corresponding | Richard Smith | 2012-02-16 | 1 | -1/+6 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Implement the new C++0x rules for non-trivial things in unions so that | Alexis Hunt | 2011-05-16 | 1 | -0/+22 |