summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-variadic-templates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR14858: Initial support for proper sizeof... handling within alias templates.Richard Smith2015-09-231-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 Lin2013-08-151-15/+15
| | | | | | tests fail. llvm-svn: 188447
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-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 Gregor2011-01-131-10/+10
| | | | llvm-svn: 123379
* Add tests for name mangling of variadic templates.Douglas Gregor2011-01-131-1/+55
| | | | llvm-svn: 123378
* Tweak test for portabilityDouglas Gregor2011-01-041-2/+2
| | | | llvm-svn: 122850
* Simplistic test case for mangling of variadic templates. There is more to be ↵Douglas Gregor2011-01-041-0/+13
done in this area llvm-svn: 122845
OpenPOWER on IntegriCloud