aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/NoReturnFunctionChecker.cpp
AgeCommit message (Collapse)Author
2009-12-16Teach NoReturnFunctionChecker that FunctionDecl::getIdentifier() is not ↵Ted Kremenek
guaranteed to return a non-null IdentifierInfo*. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91510 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-07Add EvalCallExpr interface to checker, and migrate the no-return functionZhongxing Xu
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