summaryrefslogtreecommitdiff
path: root/clang/lib/AST/StmtIterator.cpp
AgeCommit message (Expand)Author
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2024-11-17[AST] Remove unused includes (NFC) (#116549)Kazu Hirata
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-11-21[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2015-12-30[ptr-traits] Stop using two bogus types as stand-ins for flagsChandler Carruth
2015-07-03StmtIterator: Put stmt and decl group pointer into a union.Benjamin Kramer
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper
2013-06-27Simplify StmtIterator.Eli Friedman
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2009-12-23Add StmtIterator support for iterating over both the conditionTed Kremenek
2009-12-23Increase StmtIterator size by one pointer (separating out the Stmt** from the...Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-05-26When evaluating a VarDecl as a constant or determining whether it isDouglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-11Fix StmtIterator bug reported in PR 3780 where a VLA within a DeclGroup wouldTed Kremenek
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2008-12-05Introduce basic support for dependent types, type-dependentDouglas Gregor
2008-10-07A little more tweaking with StmtIterator and SizeOfAlignofExpr. A recent com...Ted Kremenek
2008-10-07Add StmtIterator support for DeclGroups.Ted Kremenek
2008-08-11More #include cleaningDaniel Dunbar
2008-05-30Fix some strict-aliasing warnings by using Stmt* instead of Expr* in Variable...Ted Kremenek
2008-05-21PR2347: Fix crash iterating over VLAs; this started triggering because Eli Friedman
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner