aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h')
-rw-r--r--lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h b/lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h
index f67371da0f..2903f2d4cf 100644
--- a/lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h
+++ b/lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h
@@ -46,6 +46,7 @@ void RegisterUndefResultChecker(ExprEngine &Eng);
void RegisterUndefinedArraySubscriptChecker(ExprEngine &Eng);
void RegisterUndefinedAssignmentChecker(ExprEngine &Eng);
void RegisterVLASizeChecker(ExprEngine &Eng);
+void registerObjCSelfInitChecker(ExprEngine &Eng);
// API checks.
void RegisterMacOSXAPIChecker(ExprEngine &Eng);