summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/member-function-template.cpp
Commit message (Expand)AuthorAgeFilesLines
* Canonicalize template template parameters when canonicalizing aDouglas Gregor2010-06-161-0/+16
* Fix two issues with the substitution of template template parametersDouglas Gregor2010-02-051-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Require the object type of a member access expression ("." or "->") toDouglas Gregor2009-11-171-0/+13
* Cope with calls to operator() templates. Fixes PR5419.Douglas Gregor2009-11-071-0/+11
* Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor2009-09-021-0/+1
* Preliminary AST representation and semantic analysis forDouglas Gregor2009-09-011-1/+1
* Add parsing for references to member function templates with explicitDouglas Gregor2009-08-311-0/+6
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-221-0/+3
* Add test taking the address of a member function template and converting it t...Douglas Gregor2009-08-211-0/+11
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-211-1/+1
* Implement support for calling member function templates, which involves:Douglas Gregor2009-08-211-2/+27
* Initial support for parsing and representation of member function templates.Douglas Gregor2009-08-201-0/+5