summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/temp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* If filtering a lookup result leaves it ambiguous, keep the ambiguity John McCall2010-08-281-2/+16
| | | | | | kind. Fixes PR7252. llvm-svn: 112383
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Parser::ParseDeclarationOrFunctionDefinition no longer needs to acceptDouglas Gregor2009-05-121-0/+3
| | | | | | template parameters. llvm-svn: 71598
* Refactor the parsing of declarations so that template declarations canDouglas Gregor2009-05-121-0/+2
parse just a single declaration and provide a reasonable diagnostic when the "only one declarator per template declaration" rule is violated. This eliminates some ugly, ugly hackery where we used to require thatn the layout of a DeclGroup of a single element be the same as the layout of a single declaration. llvm-svn: 71596
OpenPOWER on IntegriCloud