1. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  2. 4a70adb null pointers don't get an extra newline. by Chris Lattner · 17 years ago
  3. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  4. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  5. dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
  6. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  7. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  8. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  9. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  10. ee41ce5 make sure to add a newline at the end of the dump by Chris Lattner · 17 years ago
  11. f9e0581 implement dumper support for declstmt's. The dumper is now "done". by Chris Lattner · 17 years ago
  12. 13cb21f implement dumper support for the rest of expressions. by Chris Lattner · 17 years ago
  13. 5fc6107 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
  14. a0df31a add dumping support for some new nodes by Chris Lattner · 17 years ago
  15. fd8f7da Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
  16. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago