diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-24 21:43:08 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-24 21:43:08 +0000 |
commit | 65d39251ff57b8e33cf6d3a7fcc6aa1c6f8cdc68 (patch) | |
tree | 84c26cf000432582445b07f79193b2fa9b64e90e /lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp | |
parent | 08099adb95fd111009c19f49038674c93df34c48 (diff) |
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp b/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp index 59a87cc37f..990ba1c02b 100644 --- a/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp +++ b/lib/StaticAnalyzer/Checkers/ExperimentalChecks.cpp @@ -24,9 +24,3 @@ void ento::RegisterExperimentalChecks(ExprEngine &Eng) { // within ExprEngine. RegisterMallocChecker(Eng); // ArrayBoundChecker depends on this. } - -void ento::RegisterExperimentalInternalChecks(ExprEngine &Eng) { - // These are internal checks that should eventually migrate to - // RegisterInternalChecks() once they have been further tested. - -} |