summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/nested-name-spec-template.cpp
AgeCommit message (Expand)Author
2015-12-10[Lit Test] Updated 20 Lit tests to be C++11 compatible.Charles Li
2011-03-11Don't ask if a depenendent CXXRecordDecl has any dependent basesDouglas Gregor
2011-03-04Teach Sema::ActOnCXXNestedNameSpecifier and Sema::CheckTemplateIdTypeDouglas Gregor
2010-07-28When a nested-name-specifier refers into a current instantiation that hasDouglas Gregor
2010-06-17When pushing a copy of the TypeLoc information for a dependentDouglas Gregor
2010-06-16When we see a 'template' disambiguator that marks the next identifierDouglas Gregor
2010-06-16Fix the recently-added warning about 'typename' and 'template'Douglas Gregor
2010-06-14Warn when a 'typename' or a 'template' keyword refers to aDouglas Gregor
2010-05-14Make sure to search semantic scopes and appropriate template-parameterDouglas Gregor
2010-04-29Rebuild the nested name specifiers in member-pointer declarator chunks whenJohn McCall
2010-02-26Fix an assertion-on-error during tentative constructor parsing byJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Remove unnecessary -fms-extensions=0 from tests (this command line syntax is ...Daniel Dunbar
2009-11-11Fix speculative parsing of dependent template names inDouglas Gregor
2009-10-27Disabling some MS extensions which cause these tests to failJohn Thompson
2009-04-14Make the implicit-int handling error recovery stuff handle C++Chris Lattner
2009-04-01Make parsing a semantic analysis a little more robust following SemaDouglas Gregor
2009-03-31Parsing and AST representation for dependent template names that occurDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-11Fix various problems with matching out-of-line definitions of staticDouglas Gregor
2009-02-25Implement parsing of nested-name-specifiers that involve template-ids, e.g.,Douglas Gregor