diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-12-23 07:22:02 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-12-23 07:22:02 +0000 |
| commit | ef33f0996c6a625767690395f3cfb41afb84db5a (patch) | |
| tree | e7d0e6ec23cdcb950b06d65a125b150aba35c7f0 /clang/lib/GR/ManagerRegistry.cpp | |
| parent | 98857c986078c6e6a10910628dbabf75ae735b76 (diff) | |
| download | bcm5719-llvm-ef33f0996c6a625767690395f3cfb41afb84db5a.tar.gz bcm5719-llvm-ef33f0996c6a625767690395f3cfb41afb84db5a.zip | |
Rename headers: 'clang/GR' 'clang/EntoSA' and
update Makefile.
llvm-svn: 122493
Diffstat (limited to 'clang/lib/GR/ManagerRegistry.cpp')
| -rw-r--r-- | clang/lib/GR/ManagerRegistry.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/clang/lib/GR/ManagerRegistry.cpp b/clang/lib/GR/ManagerRegistry.cpp deleted file mode 100644 index 4058c11f7c8..00000000000 --- a/clang/lib/GR/ManagerRegistry.cpp +++ /dev/null @@ -1,21 +0,0 @@ -//===- ManagerRegistry.cpp - Pluggble Analyzer module creators --*- 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 the pluggable analyzer module creators. -// -//===----------------------------------------------------------------------===// - -#include "clang/GR/ManagerRegistry.h" - -using namespace clang; -using namespace ento; - -StoreManagerCreator ManagerRegistry::StoreMgrCreator = 0; - -ConstraintManagerCreator ManagerRegistry::ConstraintMgrCreator = 0; |

