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