Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly classify pack expansions as NON_CANONICAL_UNLESS_DEPENDENT | David Blaikie | 2013-07-13 | 1 | -0/+4 |
| | | | | | | | | | | | Test coverage for non-dependent pack expansions doesn't demonstrate a failure prior to this patch (a follow-up commit improving debug info will cover this commit specifically) but covers a related hole in our test coverage. Reviewed by Richard Smith & Eli Friedman. llvm-svn: 186261 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -0/+13 |
llvm-svn: 130953 |