1. 78d1583 When evaluating a VarDecl as a constant or determining whether it is by Douglas Gregor · 16 years ago
  2. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 16 years ago
  3. 344d4c8 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would by Ted Kremenek · 16 years ago
  4. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  5. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  6. 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
  7. 3e6d120 Add StmtIterator support for DeclGroups. by Ted Kremenek · 16 years ago
  8. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  9. b306404 Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl. by Ted Kremenek · 17 years ago
  10. b0c0554 PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 17 years ago
  11. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/StmtIterator.cpp]
  12. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  13. b51d2b2 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
  14. 699e9fb Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
  15. 771fe16 Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 17 years ago
  16. 103a1b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 17 years ago
  17. 92866e2 Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 17 years ago
  18. 65f31e4 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 17 years ago
  19. 00a1ef5 Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 17 years ago
  20. b990f18 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 17 years ago
  21. 22c0fcb Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 17 years ago
  22. 9ac5928 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 17 years ago
  23. c325e7f Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 17 years ago
  24. c7c326a Fixed broken build. by Ted Kremenek · 17 years ago
  25. 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago