summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/InternalChecks.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 22:30:38 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-02-28 22:30:38 +0000
commit29b8656935758f390826f454e13214861c78df00 (patch)
tree35ffc6c2c3f932cb97fc24d09ea49536d98b4dbb /clang/lib/StaticAnalyzer/Checkers/InternalChecks.h
parentec0fc7d842f371f13c2636386099b9d7a5fe6278 (diff)
downloadbcm5719-llvm-29b8656935758f390826f454e13214861c78df00.tar.gz
bcm5719-llvm-29b8656935758f390826f454e13214861c78df00.zip
[analyzer] Remove unused checker stuff from AnalysisConsumer and some unused headers.
llvm-svn: 126690
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/InternalChecks.h')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/InternalChecks.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/InternalChecks.h b/clang/lib/StaticAnalyzer/Checkers/InternalChecks.h
deleted file mode 100644
index 3dd04c3a175..00000000000
--- a/clang/lib/StaticAnalyzer/Checkers/InternalChecks.h
+++ /dev/null
@@ -1,31 +0,0 @@
-//=-- InternalChecks.h- Builtin ExprEngine Checks -------------------*- 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 the "built-in"
-// checks in ExprEngine.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_CLANG_GR_ExprEngine_INTERNAL_CHECKS
-#define LLVM_CLANG_GR_ExprEngine_INTERNAL_CHECKS
-
-namespace clang {
-
-namespace ento {
-
-class ExprEngine;
-
-// Foundational checks that handle basic semantics.
-void RegisterDereferenceChecker(ExprEngine &Eng);
-
-} // end GR namespace
-
-} // end clang namespace
-
-#endif
OpenPOWER on IntegriCloud