]> granicus.if.org Git - clang/commit
Added extra guard for null Stmt* when traversing the AST using VisitChildren.
authorTed Kremenek <kremenek@apple.com>
Wed, 26 Sep 2007 21:36:20 +0000 (21:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 26 Sep 2007 21:36:20 +0000 (21:36 +0000)
commitc592522b86fa3ea7d5a0f81c186e5ccba41d3b85
treed82125ebd9cf940ef88ba36c003e83f88fa8a655
parent322f58d3830da13b419646c071e3ab801518a09c
Added extra guard for null Stmt* when traversing the AST using VisitChildren.
Added assertion that Block-level statements should not be NULL.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42376 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Visitors/CFGRecStmtVisitor.h
include/clang/Analysis/Visitors/CFGStmtVisitor.h