]> granicus.if.org Git - clang/commit
Add EvalCallExpr interface to checker, and migrate the no-return function
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 7 Dec 2009 09:17:35 +0000 (09:17 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 7 Dec 2009 09:17:35 +0000 (09:17 +0000)
commit935ef90f4b065c7c865ee5b2a99c5f9b1a115d72
treef69a0a3672d4ff8ac1f6944e41ee2f9def54db44
parent863dbcb45eb7b1e663f2d62be0fbdda6d9aa13ef
Add EvalCallExpr interface to checker, and migrate the no-return function
handler to this interface.
GRExprEngine::CheckerEvalCall() will return true if one of the checkers has
processed the node. In the future this might return void when we have some
default checker.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90755 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/Checker.h
include/clang/Analysis/PathSensitive/GRExprEngine.h
lib/Analysis/CMakeLists.txt
lib/Analysis/GRExprEngine.cpp
lib/Analysis/GRExprEngineInternalChecks.h
lib/Analysis/NoReturnFunctionChecker.cpp [new file with mode: 0644]