]> granicus.if.org Git - clang/commit
Refactor bad callee check into a Checker.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 2 Sep 2009 08:10:35 +0000 (08:10 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 2 Sep 2009 08:10:35 +0000 (08:10 +0000)
commitd99f3615825bf1e26ac670f6c2c2b70b7b765e14
tree9259cf7e5accf492b3fafafedd2c55c99614085d
parent904e1e30f945dc11d9a6b08314db6e5bdb07e3ec
Refactor bad callee check into a Checker.
Now bad callee is checked as a PreVisit to the CallExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80771 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BugReporterVisitors.cpp
lib/Analysis/GRExprEngine.cpp
lib/Analysis/GRExprEngineInternalChecks.cpp