summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/AnalysisManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make AnalysisManager stateless. Now other analyzer components only depends onZhongxing Xu2009-09-101-4/+4
| | | | | | local node information. llvm-svn: 81433
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
| | | | llvm-svn: 81346
* Remove CodeDecl and CFG from GRExprEngine and GRStateManager.Zhongxing Xu2009-08-251-1/+1
| | | | | | | Now AnalysisManager is the only place we can get CodeDecl. This leads to an API change: GRState::bindExpr() now takes the CFG argument. llvm-svn: 79980
* Replace cerr with errs().Benjamin Kramer2009-08-231-4/+3
| | | | llvm-svn: 79854
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-211-1/+1
| | | | | | | AnalysisContext should never change. Along the way, propagate some constness around. llvm-svn: 79701
* Make AnalysisManager into its own source file and a pure data management class. Zhongxing Xu2009-07-301-0/+36
Move all components creation code into AnalysisConsumer::DigestAnalyzerOptions(). llvm-svn: 77585
OpenPOWER on IntegriCloud