aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ManagerRegistry.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2009-11-11 19:10:59 +0000
committerChandler Carruth <chandlerc@gmail.com>2009-11-11 19:10:59 +0000
commitf465e85fd8744fce8769f18f0dbfec51dbc6d4af (patch)
treee115d7378f385ad70048ae6a2ad6b8359448d999 /lib/Frontend/ManagerRegistry.cpp
parentebf16e864de3a535a14f13ed263e37c156496dbb (diff)
Move the ManagerRegistry to the Analysis library to resolve the layering violation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/ManagerRegistry.cpp')
-rw-r--r--lib/Frontend/ManagerRegistry.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/Frontend/ManagerRegistry.cpp b/lib/Frontend/ManagerRegistry.cpp
deleted file mode 100644
index 79f1e8178e..0000000000
--- a/lib/Frontend/ManagerRegistry.cpp
+++ /dev/null
@@ -1,20 +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/Frontend/ManagerRegistry.h"
-
-using namespace clang;
-
-StoreManagerCreator ManagerRegistry::StoreMgrCreator = 0;
-
-ConstraintManagerCreator ManagerRegistry::ConstraintMgrCreator = 0;