1. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  2. 8a213de A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug. by Ted Kremenek · 16 years ago
  3. 3e6d120 Add StmtIterator support for DeclGroups. by Ted Kremenek · 16 years ago
  4. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  5. b306404 Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl. by Ted Kremenek · 16 years ago
  6. b0c0554 PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 16 years ago
  7. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from AST/StmtIterator.cpp]
  8. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  9. b51d2b2 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
  10. 699e9fb Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
  11. 771fe16 Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  12. 103a1b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  13. 92866e2 Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  14. 65f31e4 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  15. 00a1ef5 Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
  16. b990f18 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 17 years ago
  17. 22c0fcb Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 17 years ago
  18. 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
  19. c325e7f Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 17 years ago
  20. c7c326a Fixed broken build. by Ted Kremenek · 17 years ago
  21. 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago