summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/Store.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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