summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/Store.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-333/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-2/+2
* Merge ValueManager into SValBuilder.Ted Kremenek2010-12-021-11/+11
* Rename all 'EvalXXX' methods in libChecker toTed Kremenek2010-12-011-2/+2
* Rename 'SValuator' to 'SValBuilder'. The new nameTed Kremenek2010-12-011-3/+3
* Rename CXXObjectRegion to CXXTempObjectRegion.Zhongxing Xu2010-11-261-1/+2
* Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals ...Ted Kremenek2010-09-151-6/+6
* Don't assert in the analyzer when analyze code does a byte load from a functi...Ted Kremenek2010-09-011-9/+2
* - Allow making ElementRegions with complex offsets (expressions or symbols) f...Jordy Rose2010-08-161-4/+13
* 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