diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
| commit | ecb7e5c8afe929ee38155db94de6b084ec32a645 (patch) | |
| tree | 53010172e19c77ea447bcd89e117cda052ab52e0 /lib/Analysis/GRExprEngineExperimentalChecks.h | |
| parent | 5044f5c816adfd5cba17f1adee1a10127296d0bf (diff) | |
Notes
Diffstat (limited to 'lib/Analysis/GRExprEngineExperimentalChecks.h')
| -rw-r--r-- | lib/Analysis/GRExprEngineExperimentalChecks.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/Analysis/GRExprEngineExperimentalChecks.h b/lib/Analysis/GRExprEngineExperimentalChecks.h deleted file mode 100644 index 9a9da32e556e..000000000000 --- a/lib/Analysis/GRExprEngineExperimentalChecks.h +++ /dev/null @@ -1,26 +0,0 @@ -//=-- GRExprEngineExperimentalChecks.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 GRExprEngine. -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_CLANG_GREXPRENGINE_EXPERIMENTAL_CHECKS -#define LLVM_CLANG_GREXPRENGINE_EXPERIMENTAL_CHECKS - -namespace clang { - -class GRExprEngine; - -void RegisterPthreadLockChecker(GRExprEngine &Eng); -void RegisterMallocChecker(GRExprEngine &Eng); - -} // end clang namespace -#endif |
