summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/StmtGraphTraits.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-101-16/+11
* s/static inline/static/ for headers I have changed in r279475. NFC.Tim Shen2016-08-311-4/+4
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-8/+6
* [ADT] Migrate DepthFirstIterator to use NodeRefTim Shen2016-08-041-0/+2
* 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