index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Checker
/
RegionStore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Since now we store the cast type with an ElementRegion, there is
Zhongxing Xu
2010-03-01
1
-5
/
+5
*
Assert when loading from a code text region instead of returning an unknown s...
Zhongxing Xu
2010-03-01
1
-1
/
+3
*
Enhance RegionStore::InvalidateRegions() to correctly invalidate bindings
Ted Kremenek
2010-02-13
1
-12
/
+32
*
Pull logic for visiting value bindings in InvalidateRegionsWorker into a sepa...
Ted Kremenek
2010-02-13
1
-20
/
+28
*
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-02-11
1
-1
/
+1
*
Add comment.
Zhongxing Xu
2010-02-10
1
-1
/
+2
*
Fix lookup of fields from lazy bindings to check if the region is
Ted Kremenek
2010-02-09
1
-9
/
+5
*
Revert 95541.
Ted Kremenek
2010-02-08
1
-1
/
+1
*
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-02-08
1
-1
/
+1
*
Like for symbolic region, automatically create a element zero region for
Zhongxing Xu
2010-02-08
1
-15
/
+5
*
Unify the implementation of getLValueElement of store managers.
Zhongxing Xu
2010-02-08
1
-57
/
+0
*
Unify the implementation of getLValueIvar and getLValueField of store managers.
Zhongxing Xu
2010-02-08
1
-55
/
+0
*
Move common methods to the base StoreManager class.
Zhongxing Xu
2010-02-08
1
-33
/
+0
*
Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are im...
Ted Kremenek
2010-02-06
1
-1
/
+3
*
Fix regression in RegionStore (from BasicStore) where static variables were n...
Ted Kremenek
2010-02-06
1
-3
/
+15
*
Teach RegionStore::InvalidateRegions() to also invalidate static variables re...
Ted Kremenek
2010-02-06
1
-4
/
+5
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-6
/
+4
*
Remove unused parameter.
Zhongxing Xu
2010-02-05
1
-4
/
+2
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-6
/
+3
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-111
/
+92
*
More GRState* -> Store changes.
Zhongxing Xu
2010-02-05
1
-31
/
+26
*
Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to
Zhongxing Xu
2010-02-05
1
-46
/
+46
*
Cast evaluation no longer touch GRState.
Zhongxing Xu
2010-02-04
1
-3
/
+2
*
Remove stray typo.
Ted Kremenek
2010-02-04
1
-1
/
+1
*
Now that CastRetrievedVal returns SVal, there is no need to use CastResult.
Zhongxing Xu
2010-02-04
1
-29
/
+16
*
Fix regression in RegionStore due to recent changes in
Ted Kremenek
2010-02-03
1
-84
/
+90
*
Rework RegionStoreManager's implementation of InvalidateRegions() to
Ted Kremenek
2010-02-03
1
-214
/
+249
*
Remove RegionStoreSubRegionMap::iterator and RegionStoreSubRegionMap::begin_e...
Ted Kremenek
2010-02-02
1
-26
/
+28
*
Add missing call to Optional<...>.getValue() that was pointed out by Chandler.
Ted Kremenek
2010-01-27
1
-1
/
+1
*
Teach RegionStore to handle initialization of incomplete arrays in structures...
Ted Kremenek
2010-01-26
1
-11
/
+18
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-0
/
+2015