aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 01:28:05 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 01:28:05 +0000
commit139ca9630d2f4978e3ec97ab57097dcf6991bbe7 (patch)
treeb6623a9262fd51d257f0cf87a0a28a3091997a27 /lib/StaticAnalyzer/Checkers/ExprEngine.cpp
parentbd90076671c8012244bb7e3fd84b6789e47cb199 (diff)
[analyzer] Migrate AdjustedReturnValueChecker to CheckerV2.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/ExprEngine.cpp')
-rw-r--r--lib/StaticAnalyzer/Checkers/ExprEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Checkers/ExprEngine.cpp b/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
index 6af8c679fe..eb8d9def07 100644
--- a/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
+++ b/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
@@ -319,7 +319,6 @@ static void RegisterInternalChecks(ExprEngine &Eng) {
// their associated BugType will get registered with the BugReporter
// automatically. Note that the check itself is owned by the ExprEngine
// object.
- RegisterAdjustedReturnValueChecker(Eng);
// CallAndMessageChecker should be registered before AttrNonNullChecker,
// where we assume arguments are not undefined.
RegisterCallAndMessageChecker(Eng);