index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
BasicStore.cpp
Age
Commit message (
Expand
)
Author
2008-10-29
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-27
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
2008-10-26
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-25
Add code for get the lvalue for string literals. Now we return a StringRegion
Zhongxing Xu
2008-10-24
Added method "getSelfRegion" to Store. This method returns the region associ...
Ted Kremenek
2008-10-23
Let StoreManager do different cast on arrays. BasicStore will just keep it in...
Zhongxing Xu
2008-10-22
Adjust parameter order to more natural one.
Zhongxing Xu
2008-10-21
Preliminary support for function overloading
Douglas Gregor
2008-10-21
Localize the special processing of array variable inside
Zhongxing Xu
2008-10-21
Modify Store interface: GetSVal/SetSVal => Retrieve/Bind.
Zhongxing Xu
2008-10-17
Hack: have BasicStore::getLValueElement return the "Base" lvalue. This resto...
Ted Kremenek
2008-10-17
- constify some uses of MemRegion* (MemRegion should be immutable).
Ted Kremenek
2008-10-17
This patch did the following renaming. There should be no functional changes.
Zhongxing Xu
2008-10-17
Array and struct variables do have lvalue. For example,
Zhongxing Xu
2008-10-17
Remove lval::FieldOffset, lval::ArrayOffset. These will be replaced with regi...
Ted Kremenek
2008-10-17
Add transfer function support for ObjCIvarRefExpr.
Ted Kremenek
2008-10-16
This is the first step to build a better evaluation model for GRExprEngine. A
Zhongxing Xu
2008-10-07
Migrate MemRegionManager from StateManager to StoreManager.
Zhongxing Xu
2008-10-05
Remove redundant parameter and rename StMgr to StateMgr.
Zhongxing Xu
2008-10-04
This is a big patch, but the functionality change is small and the rest of th...
Ted Kremenek
2008-09-03
Store: (static analyzer)
Ted Kremenek
2008-08-29
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
Ted Kremenek
2008-08-28
Remove BasicStore.h (migrated function prototype for CreateBasicStore() to St...
Ted Kremenek
2008-08-28
Make store "Regions" and "Bindings" more abstract instead of concrete variants.
Ted Kremenek
2008-08-25
Added 'extents' for Regions.
Ted Kremenek
2008-08-23
Simplify interface to Store::AddDecl
Ted Kremenek
2008-08-21
Move the handling of DeclStmt from GRExprEngine to BasicStoreManager.
Zhongxing Xu
2008-08-19
Move store pretty-printing logic inside of StoreManager (previously in GRState).
Ted Kremenek
2008-08-19
Patch by Zhongxing Xu!
Ted Kremenek
2008-07-17
Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual Remov...
Ted Kremenek
2008-07-10
Refactored most of the "Store" piece of ValueState into a Store type. The
Ted Kremenek
[prev]