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
...
*
Revert "[analyzer] Treat all struct values as regions (even rvalues)."
Jordan Rose
2012-09-05
1
-20
/
+0
*
[analyzer] Treat all struct values as regions (even rvalues).
Jordan Rose
2012-09-01
1
-0
/
+20
*
Fix an assortment of doxygen comment issues found by -Wdocumentation.
Ted Kremenek
2012-08-22
1
-5
/
+3
*
Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to
Ted Kremenek
2012-08-22
1
-6
/
+11
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-10
/
+9
*
Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
Ted Kremenek
2012-08-22
1
-19
/
+2
*
Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and
Ted Kremenek
2012-08-22
1
-4
/
+14
*
Consilidate SmallPtrSet count() followed by insert() into a single insert().
Ted Kremenek
2012-08-22
1
-6
/
+2
*
[analyzer] Handle dynamic_casts that turn out to be upcasts.
Jordan Rose
2012-08-13
1
-13
/
+11
*
[analyzer] Don't strip CXXBaseObjectRegions when checking dynamic_casts.
Jordan Rose
2012-08-13
1
-17
/
+17
*
Fix a couple of pedantic gcc warnings.
Benjamin Kramer
2012-08-10
1
-1
/
+1
*
[analyzer] Merge RegionStore's KillStruct and CopyLazyBindings: BindAggregate.
Jordan Rose
2012-08-09
1
-40
/
+21
*
[analyzer] Cluster bindings in RegionStore by base region.
Jordan Rose
2012-08-09
1
-180
/
+229
*
[analyzer] Cache the "concrete offset base" for regions with symbolic offsets.
Jordan Rose
2012-08-09
1
-35
/
+26
*
[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.
Jordan Rose
2012-08-08
1
-142
/
+129
*
[analyzer] Rename Calls.{h,cpp} to CallEvent.{h,cpp}. No functionality change.
Jordan Rose
2012-07-26
1
-1
/
+1
*
Fix crash in RegionStoreManager::evalDerivedToBase() due to not handling refe...
Ted Kremenek
2012-07-18
1
-0
/
+12
*
[analyzer] Use CallEvent for building inlined stack frames.
Jordan Rose
2012-07-10
1
-88
/
+0
*
[analyzer] Be careful about LazyCompoundVals, which may be for the first field.
Jordan Rose
2012-07-06
1
-15
/
+31
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-3
/
+3
*
Implement initial static analysis inlining support for C++ methods.
Ted Kremenek
2012-06-22
1
-3
/
+16
*
[analyzer] Return an UnknownVal when we try to get the binding for a VLA.
Jordan Rose
2012-06-16
1
-2
/
+6
*
Revert "[analyzer] Treat LValueBitCasts like regular pointer bit casts."
Jordan Rose
2012-06-12
1
-9
/
+4
*
[analyzer] Treat LValueBitCasts like regular pointer bit casts.
Jordan Rose
2012-06-11
1
-4
/
+9
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-1
/
+1
*
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-06-01
1
-17
/
+43
*
Include line that was meant to be in my last commit.
Ted Kremenek
2012-05-10
1
-1
/
+2
*
Fix insidious RegionStore bug where we (a) didn't handle vector types and (b)...
Ted Kremenek
2012-05-10
1
-10
/
+68
*
[analyzer] Simplify r156446, as per Ted's review.
Anna Zaks
2012-05-09
1
-7
/
+2
*
[analyzer] We currently do not fully support CompoundLiterals in
Anna Zaks
2012-05-08
1
-1
/
+10
*
Having RegionStore lower field bindings to raw offsets, just like ElementRegi...
Ted Kremenek
2012-05-08
1
-9
/
+4
*
When creating lazy bindings in RegionStore, propagate existing lazy bindings ...
Ted Kremenek
2012-05-08
1
-1
/
+19
*
Include address of Store in graphviz output of ExplodedGraph.
Ted Kremenek
2012-05-08
1
-1
/
+3
*
Explicitly model capturing variables for blocks in the static analyzer. Fixe...
Ted Kremenek
2012-05-04
1
-1
/
+15
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
[analyzer] check lazy bindings in RegionStore first before looking for defaul...
Ted Kremenek
2012-04-26
1
-8
/
+8
*
[analyzer] dynamic_cast: Better model cast from a reference.
Anna Zaks
2012-04-10
1
-5
/
+1
*
[analyzer] Add support for C++ dynamic_cast.
Anna Zaks
2012-04-10
1
-0
/
+83
*
Fix another false positive in RegionStore involving doing loads from symbolic...
Ted Kremenek
2012-04-03
1
-7
/
+18
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-10
/
+18
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+2
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-4
/
+4
*
Refactor variables unused under non-assert builds.
David Blaikie
2012-01-16
1
-2
/
+1
*
[analyzer] RegionStoreManager::getBinding() should not crash when
Anna Zaks
2012-01-13
1
-2
/
+6
*
[analyzer] fix inlining's handling of mapping actual to formal arguments and ...
Ted Kremenek
2012-01-12
1
-10
/
+15
*
[analyzer] Rename Store::Retrieve() -> getBinding().
Anna Zaks
2012-01-12
1
-62
/
+67
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-2
/
+2
*
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2012-01-04
1
-17
/
+47
*
[analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it
Anna Zaks
2011-12-06
1
-3
/
+3
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-1
/
+1
[prev]
[next]