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
/
StaticAnalyzer
/
Core
/
RegionStore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Correct the stale comment.
Anna Zaks
2013-03-23
1
-3
/
+3
*
[analyzer] Appease buildbots: include template arguments in base class ref.
Jordan Rose
2013-03-20
1
-1
/
+1
*
[analyzer] Don't invalidate globals when there's no call involved.
Jordan Rose
2013-03-20
1
-11
/
+9
*
[analyzer] Invalidate regions indirectly accessible through const pointers.
Jordan Rose
2013-03-20
1
-39
/
+55
*
[analyzer] Do not believe lazy binding when symbolic region types do not match
Anna Zaks
2013-03-19
1
-5
/
+16
*
[analyzer] Special-case bitfields when finding sub-region bindings.
Jordan Rose
2013-03-01
1
-3
/
+4
*
[analyzer] RegionStore: collectSubRegionKeys -> collectSubRegionBindings
Jordan Rose
2013-02-28
1
-37
/
+46
*
[analyzer] If a struct has a partial lazy binding, its fields aren't Undef.
Jordan Rose
2013-02-27
1
-16
/
+41
*
[analyzer] Handle reference parameters with default values.
Jordan Rose
2013-02-25
1
-1
/
+1
*
[analyzer] Tidy up a few uses of Optional in RegionStore.
Jordan Rose
2013-02-21
1
-10
/
+7
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-7
/
+7
*
[analyzer] Tighten up safety in the use of lazy bindings.
Jordan Rose
2013-02-21
1
-71
/
+79
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-12
/
+10
*
Use op-> directly rather than via Optional<T>::getPointer.
David Blaikie
2013-02-20
1
-2
/
+2
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-38
/
+38
*
[analyzer] Account for the "interesting values" hash table resizing.
Jordan Rose
2013-02-20
1
-3
/
+3
*
[analyzer] Don't accidentally strip off base object regions for lazy bindings.
Jordan Rose
2013-02-19
1
-21
/
+43
*
[analyzer] Cache the bindings accessible through a LazyCompoundVal.
Jordan Rose
2013-02-15
1
-30
/
+68
*
[analyzer] Tweak LazyCompoundVal reuse check to ignore qualifiers.
Jordan Rose
2013-02-15
1
-1
/
+1
*
[analyzer] Use collectSubRegionKeys to make removeDeadBindings faster.
Jordan Rose
2013-02-15
1
-19
/
+33
*
[analyzer] Refactor RegionStore's sub-region bindings traversal.
Jordan Rose
2013-02-15
1
-44
/
+59
*
[analyzer] Try constant-evaluation for all variables, not just globals.
Jordan Rose
2013-02-14
1
-21
/
+34
*
[analyzer] Use Clang's evaluation for global constants and default arguments.
Jordan Rose
2013-02-13
1
-5
/
+8
*
[analyzer] Use makeZeroVal in RegionStore's lazy evaluation of statics.
Jordan Rose
2013-02-13
1
-23
/
+19
*
[analyzer] Reuse a LazyCompoundVal if its type matches the new region.
Jordan Rose
2013-02-01
1
-34
/
+25
*
[analyzer] If a lazy binding is undefined, pretend that it's unknown instead.
Jordan Rose
2013-01-31
1
-2
/
+24
*
[analyzer] Fix a bug in region store that lead to undefined value false
Anna Zaks
2013-01-31
1
-16
/
+8
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Do not model loads from complex types, since we don't accurately model the im...
Ted Kremenek
2013-01-09
1
-0
/
+5
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-2
/
+2
*
Refactor dump methods to make RegionBindingsRef printable in the debugger.
Ted Kremenek
2012-12-14
1
-9
/
+16
*
Reduce conversions between Store <-> ImmutableMapRef in RegionStore.
Ted Kremenek
2012-12-07
1
-147
/
+151
*
Add helper method to convert from a RegionStoreRefBindings to a Store.
Ted Kremenek
2012-12-07
1
-8
/
+13
*
Further reduce analysis time by 0.2% on a heavy Objective-C example by avoidi...
Ted Kremenek
2012-12-07
1
-8
/
+9
*
Unbreak the GCC (4.4 & other bot) builds from r169571.
David Blaikie
2012-12-07
1
-2
/
+4
*
Change RegionStore to always use ImmutableMapRef for processing cluster bindi...
Ted Kremenek
2012-12-07
1
-224
/
+250
*
Revert "[analyzer] Aggressively cut back on the canonicalization in RegionSto...
Ted Kremenek
2012-12-06
1
-37
/
+31
*
[analyzer] Aggressively cut back on the canonicalization in RegionStore.
Jordan Rose
2012-12-06
1
-31
/
+37
*
Only provide explicit getCapturedRegion() and getOriginalRegion() from refere...
Ted Kremenek
2012-12-06
1
-1
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
1
-1
/
+2
*
Remove workaround in RegionStore in r168741 since it is handled more generall...
Ted Kremenek
2012-11-28
1
-10
/
+8
*
Provide stop-gap solution to crash reported in PR 14436.
Ted Kremenek
2012-11-27
1
-8
/
+10
*
[analyzer] When invalidating symbolic offset regions, take fields into account.
Jordan Rose
2012-11-10
1
-6
/
+63
*
[analyzer] Run remove dead on end of path.
Anna Zaks
2012-11-03
1
-1
/
+2
*
[analyzer] Push evalDynamicCast and evalDerivedToBase up to Store.
Jordan Rose
2012-10-03
1
-98
/
+0
*
Teach getCXXRecordDeclForPointerType about references.
Jordan Rose
2012-10-03
1
-20
/
+5
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-2
/
+2
*
[analyzer] Symbolic regions are live if any subregions are live.
Jordan Rose
2012-09-08
1
-21
/
+9
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+1
*
[analyzer] Clean up a couple uses of getPointeeType().
Jordan Rose
2012-09-05
1
-6
/
+2
[prev]
[next]