summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-01-26 01:26:50 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-01-26 01:26:50 +0000
commitc7ffd35cb720fcbf701af58ceba720eb3de0b3d6 (patch)
treea57f7c7c8fc2754f44421e83c4e370f6ce099eef /clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
parent7e71884ecb43e643b93094e5f832387bd7b3f6a8 (diff)
downloadbcm5719-llvm-c7ffd35cb720fcbf701af58ceba720eb3de0b3d6.tar.gz
bcm5719-llvm-c7ffd35cb720fcbf701af58ceba720eb3de0b3d6.zip
[analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default
is enabled by the driver for '--analyze'. llvm-svn: 124266
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
index f311bea8778..8ad094b1d3b 100644
--- a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
@@ -309,7 +309,6 @@ static void RegisterInternalChecks(ExprEngine &Eng) {
RegisterUndefResultChecker(Eng);
RegisterStackAddrLeakChecker(Eng);
RegisterObjCAtSyncChecker(Eng);
- registerObjCSelfInitChecker(Eng);
// This is not a checker yet.
RegisterNoReturnFunctionChecker(Eng);
OpenPOWER on IntegriCloud