aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRExprEngineInternalChecks.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-11-21 01:25:37 +0000
committerTed Kremenek <kremenek@apple.com>2009-11-21 01:25:37 +0000
commitc79d7d49c5ec42e8bb6ac34350ebb5bc24ca663d (patch)
tree81bb9b03ff5e625bc5005514329598719b8cf30e /lib/Analysis/GRExprEngineInternalChecks.h
parent9cf910efc4fb7001a6d276ed2eabf01f0f0efaaa (diff)
Pull BadCallChecker int UndefinedArgChecker, and have UndefinedArgChecker also handled undefined receivers in message expressions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRExprEngineInternalChecks.h')
-rw-r--r--lib/Analysis/GRExprEngineInternalChecks.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/GRExprEngineInternalChecks.h b/lib/Analysis/GRExprEngineInternalChecks.h
index a9077bf757..5db00132ef 100644
--- a/lib/Analysis/GRExprEngineInternalChecks.h
+++ b/lib/Analysis/GRExprEngineInternalChecks.h
@@ -20,7 +20,6 @@ namespace clang {
class GRExprEngine;
void RegisterAttrNonNullChecker(GRExprEngine &Eng);
-void RegisterBadCallChecker(GRExprEngine &Eng);
void RegisterDereferenceChecker(GRExprEngine &Eng);
void RegisterDivZeroChecker(GRExprEngine &Eng);
void RegisterReturnPointerRangeChecker(GRExprEngine &Eng);