aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtIterator.h
AgeCommit message (Expand)Author
2012-03-26Simplify code, no functionality change.Benjamin Kramer
2011-04-26include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. ...NAKAMURA Takumi
2011-02-13Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall
2011-02-09Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall
2011-01-19Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall
2010-11-29Merge System into Support.Michael J. Spencer
2010-06-15Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar
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-10-26Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-27iterator.h is no more. Be standards compliant.Gabor Greif
2009-03-05Use LLVM type header rather than using stdint.h directly.Eli Friedman
2009-03-02improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner
2009-01-20Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor
2008-10-07Add StmtIterator support for DeclGroups.Ted Kremenek
2008-05-29Update to follow recent LLVM changesAnton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-15Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to beTed Kremenek
2007-12-14Added "mode" to StmtIterator to record if the expression being iteratedTed Kremenek
2007-12-14Added support to StmtIterator to traverse the size expression of a VLA typeTed Kremenek
2007-10-29Added a missing #include.Hartmut Kaiser
2007-10-29Modified StmtIterator to support iteration over the size expressionsTed Kremenek
2007-10-29Renamed internal variables of StmtIteratorBase to make the codeTed Kremenek
2007-10-25Modified StmtIterator to now include visiting the initialization expression f...Ted Kremenek
2007-10-24Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.Ted Kremenek
2007-10-18Fixed DeclStmt::child_begin() to actually create an iterator thatTed Kremenek
2007-10-18Refactored StmtIterator into classes StmtIteratorBase (non-templated)Ted Kremenek
2007-10-18Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek