[analyzer] Remove ManagerRegistry which is not used. In the future we may load analyz...
commit1c8261bbbdb75d3b785f15fbabc08579b9d7390a
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 14 Feb 2011 18:13:17 +0000 (14 18:13 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 14 Feb 2011 18:13:17 +0000 (14 18:13 +0000)
tree79361e0c04b91c124106a26bbbb5c7d70de40946
parentf6488c565f323cd4079a326a54be597a57e0495e
[analyzer] Remove ManagerRegistry which is not used. In the future we may load analyzer plugins dynamically but
registration through static constructors should be avoided.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125502 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/ManagerRegistry.h [deleted file]
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/ManagerRegistry.cpp [deleted file]
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp