[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp -> lib/Static...
[clang.git] / lib / StaticAnalyzer / ManagerRegistry.cpp
blob3f9ed61db74a6fbb7daeffdcd6632b47e049384a
1 //===- ManagerRegistry.cpp - Pluggble Analyzer module creators --*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file defines the pluggable analyzer module creators.
12 //===----------------------------------------------------------------------===//
14 #include "clang/StaticAnalyzer/ManagerRegistry.h"
16 using namespace clang;
17 using namespace ento;
19 StoreManagerCreator ManagerRegistry::StoreMgrCreator = 0;
21 ConstraintManagerCreator ManagerRegistry::ConstraintMgrCreator = 0;