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
/
RegionStore.cpp
Age
Commit message (
Expand
)
Author
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-03
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-03-30
Re-apply 68028. The code had drifted enough that the tests would fail without
Ted Kremenek
2009-03-30
Revert 68028.
Ted Kremenek
2009-03-30
Make SymbolicRegion untyped.
Zhongxing Xu
2009-03-30
Implement a FIXME.
Zhongxing Xu
2009-03-27
remove dead code.
Zhongxing Xu
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-18
Use a work list to recursively build up the subregion mapping, and mark live
Zhongxing Xu
2009-03-13
Updated comment.
Ted Kremenek
2009-03-13
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
Ted Kremenek
2009-03-12
Use getAsRecordType() to get around sugar types.
Zhongxing Xu
2009-03-11
Do not stipulate the record type is a definition in BindStruct().
Zhongxing Xu
2009-03-11
Fix crash when LHS of pointer arithmetic is not ElementRegion.
Zhongxing Xu
2009-03-11
RegionStore::getLValueElement: Handle the case where the signedness of the
Ted Kremenek
2009-03-09
RegionStore::getElementLValue(): Handle the case where the base is a null poi...
Ted Kremenek
2009-03-09
Only track integer and pointer values.
Zhongxing Xu
2009-03-09
Now we do not retrieve untyped regions.
Zhongxing Xu
2009-03-09
Fix a serious bug in RegionStore: we got the new state with new store from
Zhongxing Xu
2009-03-05
Add initial support for tracking ivars, with special handling for ivars of 's...
Ted Kremenek
2009-03-04
RegionStore: Handle implicit parameters.
Ted Kremenek
2009-03-04
RegionStore::RemoveDeadBindings needs to check all the symbols of the super r...
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
remove an implemented fixme.
Zhongxing Xu
2009-03-02
Initial support for pointer arithmetic. Only support concrete indexes and
Zhongxing Xu
2009-03-01
Rename AnonTypedRegion to TypedViewRegion.
Ted Kremenek
2009-02-24
Fix <rdar://problem/6611677>: Add basic transfer function support in the static
Ted Kremenek
2009-02-20
Add an example in comments.
Zhongxing Xu
2009-02-19
only track integer and pointer values for now.
Zhongxing Xu
2009-02-19
Convert the offset to signed before making an ElementRegion with it. It seems
Zhongxing Xu
2009-02-06
SymbolicRegions really have unknown sizes.
Zhongxing Xu
2009-02-06
Create ElementRegion when the base is SymbolicRegion. This is like what we do
Zhongxing Xu
2009-02-05
Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so
Zhongxing Xu
2009-01-30
Fix a couple bugs:
Ted Kremenek
2009-01-26
Correct size assumption; fixes a crash on amd64.
Sebastian Redl
2009-01-23
Implement retrieval of the default value of element and field regions.
Zhongxing Xu
2009-01-23
Now this comment should be resolved. See the comments for the KillSet.
Zhongxing Xu
2009-01-22
For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedR...
Ted Kremenek
2009-01-22
Add RegionStore support for the implicit object region that 'self' references...
Ted Kremenek
2009-01-22
Fix RegionStore::getLValueElement() to handle the case when the base region i...
Ted Kremenek
2009-01-22
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-21
Combine two branches into one. No functionality change.
Ted Kremenek
2009-01-21
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
Get RegionStore to work with the retain/release checker and its test cases.
Ted Kremenek
2009-01-13
add a fixme.
Zhongxing Xu
2009-01-13
Add KillStruct to region store.
Zhongxing Xu
2009-01-13
Invert condition on branch (was causing RegionStore::ArrayToPointer to return...
Ted Kremenek
2009-01-07
Refactor MemRegionManager instance variable into parent class. No functional...
Ted Kremenek
[prev]
[next]