summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/nested-name-spec-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't ask if a depenendent CXXRecordDecl has any dependent basesDouglas Gregor2011-03-111-0/+13
* Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor2011-03-041-0/+28
* When a nested-name-specifier refers into a current instantiation that hasDouglas Gregor2010-07-281-0/+11
* When pushing a copy of the TypeLoc information for a dependentDouglas Gregor2010-06-171-0/+16
* When we see a 'template' disambiguator that marks the next identifierDouglas Gregor2010-06-161-0/+1
* Fix the recently-added warning about 'typename' and 'template'Douglas Gregor2010-06-161-1/+1
* Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor2010-06-141-1/+1
* Make sure to search semantic scopes and appropriate template-parameterDouglas Gregor2010-05-141-0/+7
* Rebuild the nested name specifiers in member-pointer declarator chunks whenJohn McCall2010-04-291-0/+13
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-1/+0
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar2009-11-291-1/+1
* Fix speculative parsing of dependent template names inDouglas Gregor2009-11-111-12/+5
* Disabling some MS extensions which cause these tests to failJohn Thompson2009-10-271-1/+1
* Make the implicit-int handling error recovery stuff handle C++Chris Lattner2009-04-141-3/+2
* Make parsing a semantic analysis a little more robust following SemaDouglas Gregor2009-04-011-1/+1
* Parsing and AST representation for dependent template names that occurDouglas Gregor2009-03-311-0/+13
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix various problems with matching out-of-line definitions of staticDouglas Gregor2009-03-111-2/+1
* Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor2009-02-251-0/+50