]> granicus.if.org Git - clang/commit
[analyzer] Remove ManagerRegistry which is not used. In the future we may load analyz...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 14 Feb 2011 18:13:17 +0000 (18:13 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 14 Feb 2011 18:13:17 +0000 (18:13 +0000)
commit5f83d6f36a7308eef21d87104fd70c421e854448
tree79361e0c04b91c124106a26bbbb5c7d70de40946
parente6348c336fecc8da9288ea367375a1b1cd2358d2
[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