From ef33f0996c6a625767690395f3cfb41afb84db5a Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 23 Dec 2010 07:22:02 +0000 Subject: Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. llvm-svn: 122493 --- clang/lib/GR/ManagerRegistry.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 clang/lib/GR/ManagerRegistry.cpp (limited to 'clang/lib/GR/ManagerRegistry.cpp') 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; -- cgit v1.2.3