1. 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
  2. f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
  3. 9219928 by Steve Naroff · 17 years ago
  4. 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
  5. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  6. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  7. c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
  8. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  9. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  10. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  11. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  12. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  13. 9474504 by Steve Naroff · 17 years ago
  14. eb641f9 Modified dumping of Decl information to including the Decl type. by Ted Kremenek · 17 years ago
  15. 9dcbfa4 by Steve Naroff · 17 years ago
  16. e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  17. 17a1a72 Previous commit should have been: by Chris Lattner · 17 years ago
  18. b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
  19. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  20. 4a70adb null pointers don't get an extra newline. by Chris Lattner · 17 years ago
  21. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  22. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  23. dfce2a5 print the computation type for compound assignment operators in dumps. by Chris Lattner · 17 years ago
  24. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  25. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  26. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  27. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  28. ee41ce5 make sure to add a newline at the end of the dump by Chris Lattner · 17 years ago
  29. f9e0581 implement dumper support for declstmt's. The dumper is now "done". by Chris Lattner · 17 years ago
  30. 13cb21f implement dumper support for the rest of expressions. by Chris Lattner · 17 years ago
  31. 5fc6107 dump strings with escapes and other stuff in them nicely. by Chris Lattner · 17 years ago
  32. a0df31a add dumping support for some new nodes by Chris Lattner · 17 years ago
  33. fd8f7da Dump out types for expressions, and handle typedefs nicely. by Chris Lattner · 17 years ago
  34. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago