summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/Store.cpp
Commit message (Expand)AuthorAgeFilesLines
* MemRegion can refer to ASTContext without external help.Zhongxing Xu2010-08-111-3/+3
* Makes GRState::makeWithStore private, to encourage clients to make store chan...Jordy Rose2010-08-031-0/+5
* Improve flat store: MemRegion::getAsOffset() computes a region's offset withinZhongxing Xu2010-08-021-1/+1
* Fix PR 7475 by enhancing the static analyzer to also invalidate bindings for ...Ted Kremenek2010-07-011-12/+2
* Analyzer: add support for CXXNewExpr.Zhongxing Xu2010-04-191-0/+7
* Fix crash in StoreManager::CastRegion() when the base region is a type with 0...Ted Kremenek2010-04-071-7/+8
* Eliminate the ASTContext parameter from RecordDecl::getDefinition()Douglas Gregor2010-02-111-1/+1
* Unify the implementation of getLValueElement of store managers.Zhongxing Xu2010-02-081-0/+55
* Unify the implementation of getLValueIvar and getLValueField of store managers.Zhongxing Xu2010-02-081-0/+36
* Move common methods to the base StoreManager class.Zhongxing Xu2010-02-081-13/+0
* ASTContext is now a reference member of StoreManager.Zhongxing Xu2010-02-081-1/+1
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-8/+7
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+250
OpenPOWER on IntegriCloud