summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BasicStore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.Ted Kremenek2008-08-291-0/+34
* Remove BasicStore.h (migrated function prototype for CreateBasicStore() to St...Ted Kremenek2008-08-281-1/+0
* Make store "Regions" and "Bindings" more abstract instead of concrete variants.Ted Kremenek2008-08-281-12/+22
* Added 'extents' for Regions.Ted Kremenek2008-08-251-26/+17
* Simplify interface to Store::AddDeclTed Kremenek2008-08-231-5/+9
* Move the handling of DeclStmt from GRExprEngine to BasicStoreManager.Zhongxing Xu2008-08-211-1/+68
* Move store pretty-printing logic inside of StoreManager (previously in GRState).Ted Kremenek2008-08-191-1/+22
* Patch by Zhongxing Xu!Ted Kremenek2008-08-191-3/+37
* Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual Remov...Ted Kremenek2008-07-171-17/+78
* Refactored most of the "Store" piece of ValueState into a Store type. TheTed Kremenek2008-07-101-0/+141
OpenPOWER on IntegriCloud