1. 3e1274f Canonicalize template template parameters when canonicalizing a by Douglas Gregor · 14 years ago
  2. 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 14 years ago
  3. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. 03c5705 Require the object type of a member access expression ("." or "->") to by Douglas Gregor · 15 years ago
  5. 3734c21 Cope with calls to operator() templates. Fixes PR5419. by Douglas Gregor · 15 years ago
  6. 2dd078a Rewrite of our handling of name lookup in C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  7. c4bf26f Preliminary AST representation and semantic analysis for by Douglas Gregor · 15 years ago
  8. f328a28 Add parsing for references to member function templates with explicit by Douglas Gregor · 15 years ago
  9. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  10. 1561248 Add test taking the address of a member function template and converting it to a member pointer. by Douglas Gregor · 15 years ago
  11. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
  12. 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
  13. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago