diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 01:28:05 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 01:28:05 +0000 |
| commit | 0a5a41d7994b255a4419e01d8579b11bb7951387 (patch) | |
| tree | 277702947255861a86fa5ba3abc69e523b903e43 /clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp | |
| parent | 6fff2e3d36ce51976cd63abf6203d9701a08a53f (diff) | |
| download | bcm5719-llvm-0a5a41d7994b255a4419e01d8579b11bb7951387.tar.gz bcm5719-llvm-0a5a41d7994b255a4419e01d8579b11bb7951387.zip | |
[analyzer] Migrate AdjustedReturnValueChecker to CheckerV2.
llvm-svn: 126624
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp index 6af8c679fec..eb8d9def079 100644 --- a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp +++ b/clang/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); |

