1. 4e57992 Fix type of 'this' and add a decltype test. by Anders Carlsson · 15 years ago
  2. 31a0875 If a CXXRecordDecl is a class template, the 'this' type should be the injected class name type. Fixes pr4383. by Anders Carlsson · 15 years ago
  3. 7665823 Template instantiation for the GNU address-of-label extension. by Douglas Gregor · 15 years ago
  4. d7e2705 Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 15 years ago
  5. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 15 years ago
  6. d308e62 Template instantiation for C++ try/catch statements. by Douglas Gregor · 15 years ago
  7. 1393d5e Oops, dropped a -verify by Douglas Gregor · 15 years ago
  8. f3e7ce4 When instantiating the definition of a member function of a class by Douglas Gregor · 15 years ago
  9. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 15 years ago
  10. dbb26db Template instantiation for switch statements by Douglas Gregor · 15 years ago
  11. ffce2df Basic support for member exprs where the base expr type is dependent. by Anders Carlsson · 15 years ago
  12. 861ce31 Template instantiation for break and continue statements. by Douglas Gregor · 15 years ago
  13. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 15 years ago
  14. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 15 years ago
  15. 4a2e204 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 15 years ago
  16. 49f25ec Make sure that we use the canonical type for the names of instantiated by Douglas Gregor · 15 years ago
  17. 0712d29 Instantiation support for 'this' by Anders Carlsson · 15 years ago
  18. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 15 years ago
  19. e2c31ff Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody when by Douglas Gregor · 15 years ago
  20. 03d7776 Instantiate return statements. by Anders Carlsson · 15 years ago
  21. 137fa56 Instantiate goto and label statements. (Very useful, I know) by Anders Carlsson · 15 years ago
  22. b9f1b8d Implement template instantiation for DeclStmt by Douglas Gregor · 15 years ago
  23. e7a18c8 Template instantiation for the NULL statement. Lame, I know by Douglas Gregor · 15 years ago
  24. 54dabfc Introduce basic support for instantiating the definitions of member by Douglas Gregor · 15 years ago