summaryrefslogtreecommitdiffstats
path: root/clang/AST/StmtIterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-118/+0
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Added "mode" to StmtIterator to record if the expression being iteratedTed Kremenek2007-12-141-2/+2
* Added support to StmtIterator to traverse the size expression of a VLA typeTed Kremenek2007-12-141-2/+10
* Added support for StmtIterators to iterate over the size expressionsTed Kremenek2007-10-291-4/+12
* Fixed deadcode bug where check for NULL decl occured within a blockTed Kremenek2007-10-291-5/+6
* Modified StmtIterator to support iteration over the size expressionsTed Kremenek2007-10-291-44/+66
* Renamed internal variables of StmtIteratorBase to make the codeTed Kremenek2007-10-291-10/+10
* Disambiguated variable name to comply with VC++'s archaic variable scoping ru...Hartmut Kaiser2007-10-251-2/+2
* Modified StmtIterator to now include visiting the initialization expression f...Ted Kremenek2007-10-251-8/+21
* Modified operator* for StmtIterator to return Stmt*& instead of Stmt*.Ted Kremenek2007-10-241-2/+2
* Fixed DeclStmt::child_begin() to actually create an iterator thatTed Kremenek2007-10-181-0/+2
* Refactored StmtIterator into classes StmtIteratorBase (non-templated)Ted Kremenek2007-10-181-19/+33
* Fixed broken build.Ted Kremenek2007-10-181-2/+25
* Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek2007-10-181-0/+27
OpenPOWER on IntegriCloud