diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 22:30:38 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-28 22:30:38 +0000 |
| commit | 29b8656935758f390826f454e13214861c78df00 (patch) | |
| tree | 35ffc6c2c3f932cb97fc24d09ea49536d98b4dbb /clang/lib/StaticAnalyzer/Checkers/InternalChecks.h | |
| parent | ec0fc7d842f371f13c2636386099b9d7a5fe6278 (diff) | |
| download | bcm5719-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.h | 31 |
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 |

