aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/StmtGraphTraits.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-18Fixed DeclStmt::child_begin() to actually create an iterator thatTed Kremenek
2007-10-18Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek
2007-09-19Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt...Ted Kremenek