summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtGraphTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-14/+14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fixed DeclStmt::child_begin() to actually create an iterator thatTed Kremenek2007-10-181-4/+4
* Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek2007-10-181-2/+2
* Moved GraphTraits<Stmt*> to StmtGraphTraits.h. This allows consumers of Stmt...Ted Kremenek2007-09-191-0/+83