1. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  2. 608b17f remove spaces at eol to test commit access by Nico Weber · 16 years ago
  3. 14f8b4f Added decl_iterator to DeclStmt to provide an abstract interface to iterate over the ScopedDecls of a DeclStmt. by Ted Kremenek · 16 years ago
  4. 1060aff Fix more strict-aliasing warnings. by Ted Kremenek · 16 years ago
  5. f494b57 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  6. 0613c37 Always initialize NEXT_CATCH; fixes a Valgrind uninitialized read error by Eli Friedman · 16 years ago
  7. 936ff13 Fix potential double-free. by Ted Kremenek · 16 years ago
  8. 8e355f2 When destroying DeclStmts, also destroy the associated Decl (reclaim its memory). by Ted Kremenek · 16 years ago
  9. f809e3b Delete AST nodes, not just Decls. by Ted Kremenek · 16 years ago
  10. 27f8a28 Try to plug some memory leaks... by Ted Kremenek · 16 years ago
  11. 9c1863e Added Stmt::DestroyChildren, which will be used by the dstors of the subclasses of Stmt to recursively delete their child AST nodes. by Ted Kremenek · 16 years ago
  12. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from AST/Stmt.cpp]
  13. dfab34a Handle simple asm statements correctly. by Anders Carlsson · 16 years ago
  14. ff98102 For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch) by Ted Kremenek · 16 years ago
  15. db6ed17 move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. by Chris Lattner · 16 years ago
  16. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 16 years ago
  17. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 16 years ago
  18. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  19. 0196cab New declarations/defs for Objc2's foreach-statement. This is work in progress. by Fariborz Jahanian · 17 years ago
  20. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  21. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  22. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  23. 89079ea Fixed an array overflow bug. by Fariborz Jahanian · 17 years ago
  24. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  25. 3b1191d AST build for @catch clause (this is work in progress). by Fariborz Jahanian · 17 years ago
  26. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  27. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  28. 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
  29. 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
  30. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  31. d48ade6 Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt by Ted Kremenek · 17 years ago
  32. 507f2d5 by Steve Naroff · 17 years ago
  33. d97bb6c Fixed bug for CaseStmt where the child_begin/child_end methods were not by Ted Kremenek · 17 years ago
  34. b393879 elimiante some virtual calls. by Chris Lattner · 17 years ago
  35. 2298f91 Fixed bug in child_begin/child_end for ReturnStmt where the iterator by Ted Kremenek · 17 years ago
  36. 1f683e9 fix off-by-one error by Chris Lattner · 17 years ago
  37. 6338135 rename sNames -> StmtClassInfo. Make lookups constant time. by Chris Lattner · 17 years ago
  38. 8297777 Added child_begin/child_end to all subclasses of Stmt in Stmt.h. All by Ted Kremenek · 17 years ago
  39. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  40. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago