summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-alias-template.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-091-7/+0
| | | | | | | issue 1430. Don't allow a pack expansion to be used as an argument to an alias template unless the corresponding parameter is a parameter pack. llvm-svn: 198833
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* When a pack expansion occurs in the template argument list of an aliasDouglas Gregor2012-02-031-0/+7
| | | | | | | | template without a corresponding parameter pack, don't immediately substitute the alias template. This is under discussion in the C++ committee, and may become ill-formed, but for now we match GCC. llvm-svn: 149697
* 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
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+41
llvm-svn: 130953
OpenPOWER on IntegriCloud