index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
/
Store.h
Age
Commit message (
Expand
)
Author
2009-08-02
Remove RegionViews and RegionCasts. These are no longer used.
Ted Kremenek
2009-08-02
Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulat...
Ted Kremenek
2009-08-01
This is a fairly large patch, which resulted from a cascade of changes
Ted Kremenek
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-29
Make StoreManager::InvalidateRegion() virtual, move the current implementation
Ted Kremenek
2009-07-21
Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast
Ted Kremenek
2009-07-14
Instead of recovering from a wrong invalidation, this patch aims to
Zhongxing Xu
2009-07-10
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-06
Unbreak build by including header.
Ted Kremenek
2009-07-06
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-07-06
Move the new 'CastRegion' implementation from RegionStoreManager to StoreManager
Ted Kremenek
2009-07-06
Further cleanup of region invalidation code. No functionality change.
Zhongxing Xu
2009-07-06
Start to gradually move region invalidation code into store manager.
Zhongxing Xu
2009-06-26
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-24
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-17
Start moving in the direction of removing GRStateRef. Now each
Ted Kremenek
2009-06-16
RegionStoreManager:
Ted Kremenek
2009-05-20
* API change: we need to pass GRState to GRExprEngine::EvalBinOp() because
Zhongxing Xu
2009-05-12
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-06
Make StoreManager::CastRegion() virtual and implement a new CastRegion() for
Zhongxing Xu
2009-05-04
Per conversations with Zhongxing, add an 'element type' to
Ted Kremenek
2009-04-21
Refactor 'BasicStoreManager::CastRegion' and 'RegionStoreManager::CastRegion'
Ted Kremenek
2009-04-09
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-03-30
Implement a FIXME.
Zhongxing Xu
2009-03-05
BasicStore:
Ted Kremenek
2009-03-03
Don't use std::auto_ptr with getSubRegionMap().
Ted Kremenek
2009-03-03
Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning M...
Ted Kremenek
2009-03-03
Add StoreManager::getSubRegionMap(). This method returns an opaque mapping f...
Ted Kremenek
2009-03-02
Initial support for pointer arithmetic. Only support concrete indexes and
Zhongxing Xu
2009-01-21
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-07
Update some doxygen comments to be more rich. Remove StoreManager::GetRegion...
Ted Kremenek
2009-01-07
Refactor MemRegionManager instance variable into parent class. No functional...
Ted Kremenek
2008-12-20
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-13
MemRegion:
Ted Kremenek
2008-12-05
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRStat...
Ted Kremenek
2008-11-24
Add support for AllocaRegion extent with GDM.
Zhongxing Xu
2008-11-16
Enhance modularization: return a <state,loc> pair to let GRExprEngine modify the
Zhongxing Xu
2008-11-16
Enhances SCA to process untyped region to typed region conversion.
Zhongxing Xu
2008-11-12
StoreManager::BindDecl now takes an SVal* for the initialization value instea...
Ted Kremenek
2008-11-08
Add a boilerplate for out-of-bound array checking. This has no real function ...
Zhongxing Xu
2008-11-07
Join two lines.
Zhongxing Xu
2008-11-07
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-10-29
Rename: AddDecl => BindDecl
Zhongxing Xu
2008-10-27
Added preliminary support for CompoundLiterals in the static analyzer:
Ted Kremenek
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-24
Make the analyzer store (memory model) a command line option.
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
[next]