1. e3a5daf Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 18 years ago
  2. c2205b4 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 18 years ago
  3. fce813e Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 18 years ago
  4. e0f9761 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 18 years ago
  5. f70959b Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 18 years ago
  6. 1529405 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 18 years ago
  7. c65a1fc Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 18 years ago
  8. a647855 Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 18 years ago
  9. 6d11267 Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 18 years ago
  10. 38290e8 Fixed broken build. by Ted Kremenek · 18 years ago
  11. 4f39825 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 18 years ago