]> granicus.if.org Git - clang/commit
Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGRecStmtDe...
authorTed Kremenek <kremenek@apple.com>
Wed, 19 Sep 2007 17:59:28 +0000 (17:59 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 19 Sep 2007 17:59:28 +0000 (17:59 +0000)
commitba0c5d6305a6fd164d0e4f186a735aca799194c3
tree40775a1dd34dc69cb1a1fd8d36ac242c65a75995
parent21d5a95b8f50be3e0fdd8c53f92fc201f665a4b4
Added two new visitors that extend CFGStmtVisitor: CFGRecStmtVisitor and CFGRecStmtDeclVisitor.
The extended functionality of these visitors is that they automatically visit all statements in
an AST (no explicit recursion is required from subclasses), and the for the latter, decls are visited
as well.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42144 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/CFGRecStmtDeclVisitor.h [new file with mode: 0644]
include/clang/Analysis/CFGRecStmtVisitor.h [new file with mode: 0644]