]> granicus.if.org Git - clang/commit
Add 'VisitEndAnalysis' callback to Checker class. This callback is called by GRExprE...
authorTed Kremenek <kremenek@apple.com>
Wed, 23 Jun 2010 22:08:00 +0000 (22:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 23 Jun 2010 22:08:00 +0000 (22:08 +0000)
commitccc263b44c62ce3a02f797a3ddb3d6017cf0e5e4
tree51ce04009201d64760183de4e8ecbe0467e02499
parent2e964a922c0826a1216d101df315432c6a0a78f6
Add 'VisitEndAnalysis' callback to Checker class.  This callback is called by GRExprEngine
when the worklist algorithm has terminated.  This allows some checkers to do a post-analysis
phase after all paths have been analyzed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106689 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/Checker.h
include/clang/Checker/PathSensitive/GRExprEngine.h
include/clang/Checker/PathSensitive/GRSubEngine.h
lib/Checker/GRCoreEngine.cpp
lib/Checker/GRExprEngine.cpp