Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make AnalysisManager stateless. Now other analyzer components only depends on | Zhongxing Xu | 2009-09-10 | 1 | -4/+4 |
| | | | | | | local node information. llvm-svn: 81433 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -3/+3 |
| | | | | llvm-svn: 81346 | ||||
* | Remove CodeDecl and CFG from GRExprEngine and GRStateManager. | Zhongxing Xu | 2009-08-25 | 1 | -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 Kramer | 2009-08-23 | 1 | -4/+3 |
| | | | | llvm-svn: 79854 | ||||
* | Remove 'AnalysisContext::setDecl()', as we the Decl associated with an | Ted Kremenek | 2009-08-21 | 1 | -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 Xu | 2009-07-30 | 1 | -0/+36 |
Move all components creation code into AnalysisConsumer::DigestAnalyzerOptions(). llvm-svn: 77585 |