summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.decls/p3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Slight tweak to alias template error handling: don't guess that a ↵Richard Smith2011-05-051-2/+1
| | | | | | template-id in an alias declaration was meant to be a specialization. Use a generic, but more accurate, diagnostic. llvm-svn: 130961
* Implement support for C++0x alias templates.Richard Smith2011-05-051-0/+8
llvm-svn: 130953
OpenPOWER on IntegriCloud