summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 01:27:07 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 01:27:07 +0000
commitf3ed8b631d780be6b7c8ea6a6842a19ae64feae7 (patch)
treee8b6c9e2db85d40f8dddcdcc429876689e3b8704 /clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
parentb2cf708395328da8b00181fbc935b5326ca594ed (diff)
downloadbcm5719-llvm-f3ed8b631d780be6b7c8ea6a6842a19ae64feae7.tar.gz
bcm5719-llvm-f3ed8b631d780be6b7c8ea6a6842a19ae64feae7.zip
[analyzer] Migrate BuiltinFunctionChecker to CheckerV2.
llvm-svn: 126611
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 14c29dd4b5a..eec2ad3b7c0 100644
--- a/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/ExprEngine.cpp
@@ -336,7 +336,6 @@ static void RegisterInternalChecks(ExprEngine &Eng) {
// This is not a checker yet.
RegisterNoReturnFunctionChecker(Eng);
- RegisterBuiltinFunctionChecker(Eng);
}
ExprEngine::ExprEngine(AnalysisManager &mgr, TransferFuncs *tf)
OpenPOWER on IntegriCloud