summaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtIterator.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Simplify StmtIterator.Eli Friedman2013-06-27
* Use only explicit bool conversion operatorDavid Blaikie2013-05-15
* Simplify code, no functionality change.Benjamin Kramer2012-03-26
* include/clang/AST/StmtIterator.h: std::pair should be provided by <utility>. ...NAKAMURA Takumi2011-04-26
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-13
* Remove vtables from the Stmt hierarchy; this was pretty easy asJohn McCall2011-02-09
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-19
* Merge System into Support.Michael J. Spencer2010-11-29
* Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar2010-06-15
* Add StmtIterator support for iterating over both the conditionTed Kremenek2009-12-23
* Increase StmtIterator size by one pointer (separating out the Stmt** from the...Ted Kremenek2009-12-23
* Update location of DataTypes.h to reflect move in LLVM with r85086.Chandler Carruth2009-10-26
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* iterator.h is no more. Be standards compliant.Gabor Greif2009-08-27
* Use LLVM type header rather than using stdint.h directly.Eli Friedman2009-03-05
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-02
* Remove ScopedDecl, collapsing all of its functionality into Decl, soDouglas Gregor2009-01-20
* Add StmtIterator support for DeclGroups.Ted Kremenek2008-10-07
* Update to follow recent LLVM changesAnton Korobeynikov2008-05-29
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to beTed Kremenek2007-12-15
* Added "mode" to StmtIterator to record if the expression being iteratedTed Kremenek2007-12-14
* Added support to StmtIterator to traverse the size expression of a VLA typeTed Kremenek2007-12-14
* Added a missing #include.Hartmut Kaiser2007-10-29
* Modified StmtIterator to support iteration over the size expressionsTed Kremenek2007-10-29
* Renamed internal variables of StmtIteratorBase to make the codeTed Kremenek2007-10-29
* Modified StmtIterator to now include visiting the initialization expression f...Ted Kremenek2007-10-25
* Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.Ted Kremenek2007-10-24
* Fixed DeclStmt::child_begin() to actually create an iterator thatTed Kremenek2007-10-18
* Refactored StmtIterator into classes StmtIteratorBase (non-templated)Ted Kremenek2007-10-18
* Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek2007-10-18