1. 3384c9c Template instantiation for array subscript expressions. This was far by Douglas Gregor · 16 years ago
  2. d8ac436 Template instantiation for imaginary literals, because they were next in Expr.h by Douglas Gregor · 16 years ago
  3. 8b0b475 Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. by Sebastian Redl · 16 years ago
  4. 390b4cc Reflow some comments. by Mike Stump · 16 years ago
  5. 4a2e204 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 16 years ago
  6. 50557a7 Allow instantiation of NULL expressions and statements by Douglas Gregor · 16 years ago
  7. 0712d29 Instantiation support for 'this' by Anders Carlsson · 16 years ago
  8. b70ccad Move statement instantiation into its own file. No functionality change by Douglas Gregor · 16 years ago
  9. 03d7776 Instantiate return statements. by Anders Carlsson · 16 years ago
  10. d19cd90 Add NullStmt::Clone and use it by Anders Carlsson · 16 years ago
  11. 137fa56 Instantiate goto and label statements. (Very useful, I know) by Anders Carlsson · 16 years ago
  12. b9f1b8d Implement template instantiation for DeclStmt by Douglas Gregor · 16 years ago
  13. e7a18c8 Template instantiation for the NULL statement. Lame, I know by Douglas Gregor · 16 years ago
  14. 54dabfc Introduce basic support for instantiating the definitions of member by Douglas Gregor · 16 years ago
  15. 48dd19b Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts by Douglas Gregor · 16 years ago
  16. 7e06390 Encapsulate template arguments lists in a new class, by Douglas Gregor · 16 years ago
  17. ab452ba Revamp our representation of C++ nested-name-specifiers. We now have a by Douglas Gregor · 16 years ago
  18. aa6af22 Move template instantiation for expressions into a separate file by Douglas Gregor · 16 years ago