Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ... | Ted Kremenek | 2010-07-01 | 1 | -12/+2 |
* | Analyzer: add support for CXXNewExpr. | Zhongxing Xu | 2010-04-19 | 1 | -0/+7 |
* | Fix crash in StoreManager::CastRegion() when the base region is a type with 0... | Ted Kremenek | 2010-04-07 | 1 | -7/+8 |
* | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -1/+1 |
* | Unify the implementation of getLValueElement of store managers. | Zhongxing Xu | 2010-02-08 | 1 | -0/+55 |
* | Unify the implementation of getLValueIvar and getLValueField of store managers. | Zhongxing Xu | 2010-02-08 | 1 | -0/+36 |
* | Move common methods to the base StoreManager class. | Zhongxing Xu | 2010-02-08 | 1 | -13/+0 |
* | ASTContext is now a reference member of StoreManager. | Zhongxing Xu | 2010-02-08 | 1 | -1/+1 |
* | More GRState* -> Store changes. | Zhongxing Xu | 2010-02-05 | 1 | -8/+7 |
* | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek | 2010-01-25 | 1 | -0/+250 |