Make AnalysisManager into its own source file and a pure data management class.
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 30 Jul 2009 09:11:52 +0000 (09:11 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 30 Jul 2009 09:11:52 +0000 (09:11 +0000)
commit4b03d4913aecceb78e2a1c4e675e407368577842
treea7814f4932f2503bdb508a2df20e7730619dff3c
parent92df9c33239b2d90d3041231e2c22d59c33c530c
Make AnalysisManager into its own source file and a pure data management class.
Move all components creation code into AnalysisConsumer::DigestAnalyzerOptions().

llvm-svn: 77585
clang/include/clang/Analysis/PathSensitive/AnalysisManager.h [new file with mode: 0644]
clang/lib/Analysis/AnalysisManager.cpp [new file with mode: 0644]
clang/lib/Frontend/AnalysisConsumer.cpp