aboutsummaryrefslogtreecommitdiff
path: root/AST/StmtIterator.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
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 support for StmtIterators to iterate over the size expressionsTed Kremenek
2007-10-29Fixed deadcode bug where check for NULL decl occured within a blockTed Kremenek
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-25Disambiguated variable name to comply with VC++'s archaic variable scoping ru...Hartmut Kaiser
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-18Fixed broken build.Ted Kremenek
2007-10-18Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek