diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 01:26:43 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 01:26:43 +0000 |
| commit | 21c9423ef4e87e6d0aab3ba7fd98d3f8d8661d1a (patch) | |
| tree | 2f1cd1ed5f8a9f1b97c5b95cc97aa6882cdf5026 /clang/lib/StaticAnalyzer/Checkers | |
| parent | 183f0fb4cf264f24fdda18b2f1c6fc2fb268f7eb (diff) | |
| download | bcm5719-llvm-21c9423ef4e87e6d0aab3ba7fd98d3f8d8661d1a.tar.gz bcm5719-llvm-21c9423ef4e87e6d0aab3ba7fd98d3f8d8661d1a.zip | |
[analyzer] Remove '-analyzer-experimental-checks' flag.
llvm-svn: 126607
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp | 25 | ||||
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.h | 1 |
2 files changed, 0 insertions, 26 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp b/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp deleted file mode 100644 index b0a7f3559d3..00000000000 --- a/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp +++ /dev/null @@ -1,25 +0,0 @@ -//=-- ExperimentalChecks.h ----------------------------------------*- C++ -*-=// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file defines functions to instantiate and register experimental -// checks in ExprEngine. -// -//===----------------------------------------------------------------------===// - -#include "InternalChecks.h" -#include "ExperimentalChecks.h" -#include "clang/StaticAnalyzer/Checkers/LocalCheckers.h" - -using namespace clang; -using namespace ento; - -void ento::RegisterExperimentalChecks(ExprEngine &Eng) { - // These are checks that never belong as internal checks - // within ExprEngine. -} diff --git a/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.h b/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.h index 1f38ad77ebd..65a230743b4 100644 --- a/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.h +++ b/clang/lib/StaticAnalyzer/Checkers/ExperimentalChecks.h @@ -22,7 +22,6 @@ namespace ento { class ExprEngine; void RegisterAnalyzerStatsChecker(ExprEngine &Eng); -void RegisterMallocChecker(ExprEngine &Eng); } // end GR namespace |

