1. 21fadad [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. 813faed [ptr-traits] Stop using two bogus types as stand-ins for flags by Chandler Carruth · 10 years ago
  3. bfc8413 StmtIterator: Put stmt and decl group pointer into a union. by Benjamin Kramer · 10 years ago
  4. 36250ad [C++11] Use 'nullptr'. AST edition. by Craig Topper · 11 years ago
  5. 2850ba8 Simplify StmtIterator. by Eli Friedman · 12 years ago
  6. dda56e4 Support for C++11 (non-template) alias declarations. by Richard Smith · 14 years ago
  7. 424cec9 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 15 years ago
  8. b27a6d2 Add StmtIterator support for iterating over both the condition by Ted Kremenek · 16 years ago
  9. 1bc899f Increase StmtIterator size by one pointer (separating out the Stmt** from the union including Decl* and Decl**). by Ted Kremenek · 16 years ago
  10. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  11. 31cf12c When evaluating a VarDecl as a constant or determining whether it is by Douglas Gregor · 16 years ago
  12. 5bbb3c8 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 17 years ago
  13. be485b6 Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup would by Ted Kremenek · 17 years ago
  14. 6e6ad60 Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 17 years ago
  15. 4619e43 Introduce basic support for dependent types, type-dependent by Douglas Gregor · 17 years ago
  16. 587a44f A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent commit actually introduced a regression, not fixed a bug. by Ted Kremenek · 17 years ago
  17. f9638ba Add StmtIterator support for DeclGroups. by Ted Kremenek · 17 years ago
  18. 56fdb6a More #include cleaning by Daniel Dunbar · 17 years ago
  19. 8595668 Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl. by Ted Kremenek · 17 years ago
  20. 0883bfb PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 17 years ago
  21. 7a51313 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 18 years ago[Renamed from clang/AST/StmtIterator.cpp]
  22. 5b12ab8 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  23. 3291844 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 18 years ago
  24. 85e45f2 Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 18 years ago
  25. 31974df Added support for StmtIterators to iterate over the size expressions by Ted Kremenek · 18 years ago
  26. 899ef13 Fixed deadcode bug where check for NULL decl occured within a block by Ted Kremenek · 18 years ago
  27. 2f70e71 Modified StmtIterator to support iteration over the size expressions by Ted Kremenek · 18 years ago
  28. a80b257 Renamed internal variables of StmtIteratorBase to make the code by Ted Kremenek · 18 years ago
  29. d57aca2 Disambiguated variable name to comply with VC++'s archaic variable scoping rules. by Hartmut Kaiser · 18 years ago
  30. 066f603 Modified StmtIterator to now include visiting the initialization expression for EnumConstantDecls. by Ted Kremenek · 18 years ago
  31. 38f87dd9 Modified operator* for StmtIterator to return Stmt*& instead of Stmt*. by Ted Kremenek · 18 years ago
  32. 04746ce Fixed DeclStmt::child_begin() to actually create an iterator that by Ted Kremenek · 18 years ago
  33. 2ba761c Refactored StmtIterator into classes StmtIteratorBase (non-templated) by Ted Kremenek · 18 years ago
  34. 7aef891 Fixed broken build. by Ted Kremenek · 18 years ago
  35. 336886a Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 18 years ago