1. 45db71d Merge the ASTVector and ASTOwningVector templates, since they offered by Douglas Gregor · 16 years ago
  2. 66b46be Fix template instantiation for compound statements so that it properly by Douglas Gregor · 16 years ago
  3. d7e2705 Introduce a new kind of RAII class, ASTOwningVector, which is an by Douglas Gregor · 16 years ago
  4. d308e62 Template instantiation for C++ try/catch statements. by Douglas Gregor · 16 years ago
  5. 68d10c4 Include StmtNodes.def to declare Visit methods for all of the known by Douglas Gregor · 16 years ago
  6. 7f537c1 Make ActOnWhileStmt take a FullExprArg for the condition expr. by Anders Carlsson · 16 years ago
  7. df3b208 Fix DISABLE_SMART_POINTERS build. by Anders Carlsson · 16 years ago
  8. a99fad8 Add the FullExprArg wrapper and use it for if statement conditions. by Anders Carlsson · 16 years ago
  9. 390b4cc Reflow some comments. by Mike Stump · 16 years ago
  10. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 16 years ago
  11. dbb26db Template instantiation for switch statements by Douglas Gregor · 16 years ago
  12. 861ce31 Template instantiation for break and continue statements. by Douglas Gregor · 16 years ago
  13. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 16 years ago
  14. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 16 years ago
  15. 4a2e204 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 16 years ago
  16. 50557a7 Allow instantiation of NULL expressions and statements by Douglas Gregor · 16 years ago
  17. e28be43 I take it back, InstantiateExpr does not check for null. by Anders Carlsson · 16 years ago
  18. a52aac4 No need to null check the expr, Sema::SemaRef.InstantiateExpr handles all that. by Anders Carlsson · 16 years ago
  19. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 16 years ago
  20. b70ccad Move statement instantiation into its own file. No functionality change by Douglas Gregor · 16 years ago