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