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
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-12-04
Revamp RegionStoreManager::RemoveDeadBindings. This method now does a comple...
Ted Kremenek
2008-12-04
Add comments.
Zhongxing Xu
2008-12-02
Make RegionStoreManager::InitializeArray safe against array sizes that don't ...
Sebastian Redl
2008-11-30
Add support for initializing array with string literal.
Zhongxing Xu
2008-11-29
To be consistent, make the index of the ElementRegion always signed.
Zhongxing Xu
2008-11-28
Fix a serious bug.
Zhongxing Xu
2008-11-28
Use std::make_pair instead of std::pair's ctor.
Zhongxing Xu
2008-11-27
RegionViewMap factory is actually not used. All GDMs should use factories from
Zhongxing Xu
2008-11-24
Fix the fix of revision 59974. Now array-struct.c passes too.
Sebastian Redl
2008-11-24
Fix crash of array bounds checking under 64-bit.
Sebastian Redl
2008-11-24
Add support for AllocaRegion extent with GDM.
Zhongxing Xu
2008-11-24
Strings are NULL terminated. So the region size should plus one.
Zhongxing Xu
2008-11-24
Add a comment about the signedness.
Zhongxing Xu
2008-11-24
Add getSize() support for StringRegion.
Zhongxing Xu
2008-11-23
Clean up code by using utility methods.
Zhongxing Xu
2008-11-22
Remove debug code.
Zhongxing Xu
2008-11-22
Initial support for checking out of bound memory access. Only support
Zhongxing Xu
2008-11-19
Add support for symbolicating global structs and arrays in RegionStoreManager...
Zhongxing Xu
2008-11-19
Fix warning about RegionStoreManager::Retrieve() not always returning a value.
Ted Kremenek
2008-11-18
handle the case that the array element is of structure type when bind the who...
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-15
Improve zero value generation.
Zhongxing Xu
2008-11-13
Process array base expression of any type.
Zhongxing Xu
2008-11-13
Array index might be unsigned. We have to generate a temporary signed value for
Zhongxing Xu
2008-11-13
Incomplete struct pointer can be used as a function argument.
Zhongxing Xu
2008-11-12
StoreManager::BindDecl now takes an SVal* for the initialization value instea...
Ted Kremenek
2008-11-10
Implement RegionStoreManager::RemoveDeadBindings(). This prunes several false...
Zhongxing Xu
2008-11-07
Finish the implementation of VisitCompoundLiteralExpr. As VisitInitListExpr is
Zhongxing Xu
2008-11-07
Make the assertion real.
Zhongxing Xu
2008-11-02
1. When a pointer to struct is used as an argument, GRSimpleVals::EvalCall()
Zhongxing Xu
2008-10-31
Simplify interface. We can get canonical type from the base region directly. ...
Zhongxing Xu
2008-10-31
Implement struct initialization for SCA.
Zhongxing Xu
2008-10-31
Implement array initialization for SCA.
Zhongxing Xu
2008-10-31
Implement BindStruct and fix a bug in RetriveStruct.
Zhongxing Xu
2008-10-31
Implement load from struct region. Instead of returning an UnknownVal(), we c...
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-27
Use ASTContext::getCanonicalType() to get TypedRegion's type.
Zhongxing Xu
2008-10-27
We cannot get precise lvalue for symbolic base array region.
Zhongxing Xu
2008-10-27
Get the canonical type for struct initialization. The original code would cra...
Zhongxing Xu
2008-10-26
Remove loc::StringLiteralVal. Now we allocate regions for string literals in ...
Zhongxing Xu
2008-10-26
Simplify ArrayToPointer conversion. Actually the only thing we need to do is ...
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-24
The Decl of an array region can be VarDecl or FieldDecl. Handle this in Regio...
Zhongxing Xu
2008-10-24
Implement struct initialization. Make it into a recursive function. Also make
Zhongxing Xu
2008-10-24
Add printing method to RegionStoreManager.
Zhongxing Xu
[next]