aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRExprEngineInternalChecks.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-11-24 04:45:44 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-11-24 04:45:44 +0000
commitd02174c1f22974a1f0e2334e393f8345c6d11302 (patch)
treee64e258ca68aae829f1d6e2fc2a067e03b6baeb2 /lib/Analysis/GRExprEngineInternalChecks.cpp
parentf253aa7bc89da1f38261f381d4f6b7bd4c4bd521 (diff)
rename UndefinedArgChecker to CallAndMessageChecker.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngineInternalChecks.cpp')
-rw-r--r--lib/Analysis/GRExprEngineInternalChecks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/GRExprEngineInternalChecks.cpp b/lib/Analysis/GRExprEngineInternalChecks.cpp
index 62c361ca55..2e698d7d3f 100644
--- a/lib/Analysis/GRExprEngineInternalChecks.cpp
+++ b/lib/Analysis/GRExprEngineInternalChecks.cpp
@@ -226,7 +226,7 @@ void GRExprEngine::RegisterInternalChecks() {
// automatically. Note that the check itself is owned by the GRExprEngine
// object.
RegisterAttrNonNullChecker(*this);
- RegisterUndefinedArgChecker(*this);
+ RegisterCallAndMessageChecker(*this);
RegisterDereferenceChecker(*this);
RegisterVLASizeChecker(*this);
RegisterDivZeroChecker(*this);