Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement C++ DR727, which permits explicit specializations at class scope. | Richard Smith | 2018-03-16 | 1 | -17/+14 |
* | Clean up variable template handling a bit, and correct the behavior of name | Richard Smith | 2014-01-16 | 1 | -1/+41 |
* | Give a more appropriate diagnostic when a template specialization or | Richard Smith | 2013-12-07 | 1 | -1/+1 |
* | Add test for PR12938, fixed by Richard Smith in r172691 | David Blaikie | 2013-01-17 | 1 | -0/+5 |
* | PR12500: Improve the wording of the diagnostic for a redefinition of a name | Richard Smith | 2012-04-13 | 1 | -3/+3 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | Support explicit template specialization and instantiation for members | Douglas Gregor | 2011-03-07 | 1 | -0/+63 |
* | When diagnosing C++ [temp.expl.spec]p3 in C++98/03 mode, downgrade the | Douglas Gregor | 2010-09-12 | 1 | -0/+239 |