1. c4bb7bf Template instantiation for GNU array-range designators. by Douglas Gregor · 15 years ago
  2. 9ea6276 Template instantiation for C99 designated initializers, because we by Douglas Gregor · 15 years ago
  3. ccb97f5 Template instantiation for initializer lists by Douglas Gregor · 15 years ago
  4. 36bb03b Template instantiation for unary type traits, e.g., __is_pod by Douglas Gregor · 15 years ago
  5. 12d0c30 Template instantiation for C++ "typeid" expressions. by Douglas Gregor · 15 years ago
  6. 42e5b50 Template instantiation for C++ throw expressions by Douglas Gregor · 15 years ago
  7. d0c0267 Template instantiation for C++ delete expression by Douglas Gregor · 15 years ago
  8. 45db71d Merge the ASTVector and ASTOwningVector templates, since they offered by Douglas Gregor · 15 years ago
  9. 3433cf7 Template instantiation for C++ "new" expressions. by Douglas Gregor · 15 years ago
  10. 66b46be Fix template instantiation for compound statements so that it properly by Douglas Gregor · 15 years ago
  11. d7e2705 Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 15 years ago
  12. e06274d Template instantiation for CXXExprWithTemporaries, which occurs when by Douglas Gregor · 15 years ago
  13. d94546a Template instantiation for the various kinds of AST nodes that occur by Douglas Gregor · 15 years ago
  14. d81e6ca Introduce a new expression type, CXXUnresolvedConstructExpr, to by Douglas Gregor · 15 years ago
  15. 0529519 Add FIXMEs for the remaining C and C++ expression types that still by Douglas Gregor · 15 years ago
  16. dd02730 Template instantiation for __builtin_va_arg. by Douglas Gregor · 15 years ago
  17. c9ecc57 Template instantiation for __builtin_choose_expr. by Douglas Gregor · 15 years ago
  18. c12a9c5 Ban the use of __builtin_types_compatible_p in C++; g++ doesn't support it, by Douglas Gregor · 15 years ago
  19. cde0173 Template instantiation for __builtin_shufflevector. by Douglas Gregor · 15 years ago
  20. dc241b4 Template instantiation for __builtin_types_compatible_p. by Douglas Gregor · 15 years ago
  21. cd93817 Template instantiation for GNU statement expressions by Douglas Gregor · 15 years ago
  22. d5f3a0f Fix handling of the GNU "t ? : f" extension to the conditional by Douglas Gregor · 15 years ago
  23. 6731c31 Template instantiation for compound assignment operators. by Douglas Gregor · 15 years ago
  24. a3a7b8e Template instantiation for cast expressions. by Douglas Gregor · 15 years ago
  25. 4a2487a Template instantiation for call expressions. by Douglas Gregor · 15 years ago
  26. 3384c9c Template instantiation for array subscript expressions. This was far by Douglas Gregor · 15 years ago
  27. d8ac436 Template instantiation for imaginary literals, because they were next in Expr.h by Douglas Gregor · 15 years ago
  28. 8b0b475 Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. by Sebastian Redl · 15 years ago
  29. 390b4cc Reflow some comments. by Mike Stump · 15 years ago
  30. 4a2e204 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 15 years ago
  31. 50557a7 Allow instantiation of NULL expressions and statements by Douglas Gregor · 15 years ago
  32. 0712d29 Instantiation support for 'this' by Anders Carlsson · 15 years ago
  33. b70ccad Move statement instantiation into its own file. No functionality change by Douglas Gregor · 15 years ago
  34. 03d7776 Instantiate return statements. by Anders Carlsson · 15 years ago
  35. d19cd90 Add NullStmt::Clone and use it by Anders Carlsson · 15 years ago
  36. 137fa56 Instantiate goto and label statements. (Very useful, I know) by Anders Carlsson · 15 years ago
  37. b9f1b8d Implement template instantiation for DeclStmt by Douglas Gregor · 15 years ago
  38. e7a18c8 Template instantiation for the NULL statement. Lame, I know by Douglas Gregor · 15 years ago
  39. 54dabfc Introduce basic support for instantiating the definitions of member by Douglas Gregor · 15 years ago
  40. 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 · 15 years ago
  41. 7e06390 Encapsulate template arguments lists in a new class, by Douglas Gregor · 15 years ago
  42. ab452ba Revamp our representation of C++ nested-name-specifiers. We now have a by Douglas Gregor · 15 years ago
  43. aa6af22 Move template instantiation for expressions into a separate file by Douglas Gregor · 15 years ago