summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/member-function-template.cpp
AgeCommit message (Expand)Author
2010-06-16Canonicalize template template parameters when canonicalizing aDouglas Gregor
2010-02-05Fix two issues with the substitution of template template parametersDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Require the object type of a member access expression ("." or "->") toDouglas Gregor
2009-11-07Cope with calls to operator() templates. Fixes PR5419.Douglas Gregor
2009-09-02Rewrite of our handling of name lookup in C++ member access expressions, e.g.,Douglas Gregor
2009-09-01Preliminary AST representation and semantic analysis forDouglas Gregor
2009-08-31Add parsing for references to member function templates with explicitDouglas Gregor
2009-08-22Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor
2009-08-21Add test taking the address of a member function template and converting it t...Douglas Gregor
2009-08-21Introduce support for constructor templates, which can now be declaredDouglas Gregor
2009-08-21Implement support for calling member function templates, which involves:Douglas Gregor
2009-08-20Initial support for parsing and representation of member function templates.Douglas Gregor