Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR14858: Initial support for proper sizeof... handling within alias templates. | Richard Smith | 2015-09-23 | 1 | -1/+11 |
| | | | | | | | This doesn't quite get alias template equivalence right yet, but handles the egregious cases where we would silently give the wrong answers. llvm-svn: 248431 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -15/+15 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | 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 | ||||
* | When your comments and your code are out-of-sync, the test case is wrong. | Douglas Gregor | 2011-01-13 | 1 | -10/+10 |
| | | | | llvm-svn: 123379 | ||||
* | Add tests for name mangling of variadic templates. | Douglas Gregor | 2011-01-13 | 1 | -1/+55 |
| | | | | llvm-svn: 123378 | ||||
* | Tweak test for portability | Douglas Gregor | 2011-01-04 | 1 | -2/+2 |
| | | | | llvm-svn: 122850 | ||||
* | Simplistic test case for mangling of variadic templates. There is more to be ↵ | Douglas Gregor | 2011-01-04 | 1 | -0/+13 |
done in this area llvm-svn: 122845 |