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
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-18
Add support for computing size in elements for symbolic regions obtained from
Zhongxing Xu
2010-01-11
Switch RegionStore over to using <BaseRegion+raw offset> to store
Ted Kremenek
2010-01-11
Preliminary reworking of value-binding logic in RegionStore:
Ted Kremenek
2010-01-05
Make static analysis support for C++ 'this' expression context-sensitive. Es...
Ted Kremenek
2009-12-21
Add comments.
Zhongxing Xu
2009-12-16
Completely remove ObjCObjectRegion (tests pass this time).
Ted Kremenek
2009-12-16
Add a new kind of region: CXXObjectRegion. Currently it has only one
Zhongxing Xu
2009-12-16
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-15
Remove ValueManager::getRegionValueSymbolValOrUnknown(). It was just extra v...
Ted Kremenek
2009-12-11
Enhance understanding of VarRegions referenced by a block whose declarations ...
Ted Kremenek
2009-12-07
Add analysis support for blocks. This includes a few key changes:
Ted Kremenek
2009-12-04
Replace SymbolReaper::isLive(VarDecl) with SymbolReaper::isLive(VarRegion).
Ted Kremenek
2009-12-04
constify MemRegion* returned by MemRegionManager::getXXXRegion() methods.
Ted Kremenek
2009-12-03
Tweak handling of BlockDataRegions in RegionStoreManager::RemoveDeadBindings(...
Ted Kremenek
2009-12-03
Add value invalidation logic for block-captured variables. Conceptually invo...
Ted Kremenek
2009-12-03
Add batch version of 'StoreManager::InvalidateRegion()' for invalidating mult...
Ted Kremenek
2009-11-28
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-26
Teach RegionStoreManager::RemoveDeadBindings() about BlockDataRegions. Any V...
Ted Kremenek
2009-11-25
Refine MemRegions for blocks. Add a new region called
Ted Kremenek
2009-11-25
Remove recently added FIXME. The appropriate FIXME is already in MemRegionMa...
Ted Kremenek
2009-11-25
Add FIXME.
Ted Kremenek
2009-11-25
Split CodeTextRegion into FunctionTextRegion and BlockTextRegion. This a pre...
Ted Kremenek
2009-11-19
Fix crash when using --analyzer-store=region when handling initializers with ...
Ted Kremenek
2009-11-16
* Do the same thing to the basicstore as in r84163.
Zhongxing Xu
2009-11-12
Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.
Zhongxing Xu
2009-11-10
Rename: StripCasts describes what it does better.
Zhongxing Xu
2009-11-10
Fix clang's use of DenseMap iterators after r86636 fixed their constness.
Jeffrey Yasskin
2009-11-09
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
Douglas Gregor
2009-11-04
Refactor StoreManager::BindDecl() to take a VarRegion* instead of a VarDecl*,...
Ted Kremenek
2009-10-29
Fix an insidious bug in RegionStore::RemoveDeadBindings() pointed out
Ted Kremenek
2009-10-20
RegionStore: Use the *default* binding (instead of the *direct* binding) of a...
Ted Kremenek
2009-10-18
use DenseSet instead of SmallSet.
Zhongxing Xu
2009-10-17
Minor cleanup: move typedef out of anonymous namespace (which now contains no...
Ted Kremenek
2009-10-17
Per discussion with Ted, the 'FromSuper'/'FromSub' logic is invalid. Simplify
Zhongxing Xu
2009-10-17
Actually all regions whose super region is not MemSpaceRegion are of these 3
Zhongxing Xu
2009-10-16
retain/release checker: Stop tracking reference counts for any symbols touche...
Ted Kremenek
2009-10-15
Per an astute observation from Zhongxing Xu, remove a "special case" logic in
Ted Kremenek
2009-10-14
* Remove unused GRState* parameter
Zhongxing Xu
2009-10-13
Add an initial implementation of EnterStackFrame() to the StoreManager.
Zhongxing Xu
2009-10-11
Introduces a new BindingVal which combines direct and
Zhongxing Xu
2009-10-09
Make the behavior explicit by not using the method call.
Zhongxing Xu
2009-10-09
Remove unused code.
Zhongxing Xu
2009-10-06
Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when
Ted Kremenek
2009-09-29
Desugaring optimizations. Add single-step desugaring methods to all
John McCall
2009-09-29
Fix: <rdar://problem/7261075> [RegionStore] crash when handling load: '*((uns...
Ted Kremenek
2009-09-29
Fix really insidious bug in RegionStoreManager::RemoveDeadBindings()
Ted Kremenek
2009-09-29
Reapply most of r82939, but add a guard that FieldRegions and friends
Ted Kremenek
2009-09-29
Revert r82939. We can only not special case FieldRegions when the super regi...
Ted Kremenek
2009-09-27
Specially handle fields, elements, and ivars in
Ted Kremenek
[next]