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
/
ProgramState.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[analyzer] Invalidate regions indirectly accessible through const pointers.
Jordan Rose
2013-03-20
1
-8
/
+12
*
[analyzer] Simple inline defensive checks suppression
Anna Zaks
2013-03-02
1
-0
/
+10
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-5
/
+4
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-13
/
+14
*
[analyzer] Scan the correct store when finding symbols in a LazyCompoundVal.
Jordan Rose
2013-02-15
1
-2
/
+10
*
[analyzer] Address Jordan's nitpicks as per code review of r170625.
Anna Zaks
2012-12-21
1
-5
/
+5
*
[analyzer] Add the pointer escaped callback.
Anna Zaks
2012-12-20
1
-5
/
+15
*
[analyzer] Remove bindExprAndLocation, which does extra work for no gain.
Jordan Rose
2012-12-06
1
-17
/
+0
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
[analyzer] Move convenience REGISTER_*_WITH_PROGRAMSTATE to CheckerContext.h
Jordan Rose
2012-11-05
1
-3
/
+3
*
[analyzer] Use nice macros for the common ProgramStateTraits (map, set, list).
Jordan Rose
2012-11-02
1
-9
/
+4
*
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
Jordan Rose
2012-10-01
1
-2
/
+2
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-1
/
+1
*
Reapply "[analyzer] Remove constraints on dead symbols as part of removeDeadB...
Jordan Rose
2012-09-25
1
-3
/
+6
*
Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBi...
Jordan Rose
2012-09-20
1
-6
/
+3
*
Remove dead method ProgramState::MarshalState().
Ted Kremenek
2012-09-09
1
-11
/
+0
*
[analyzer] Remove constraints on dead symbols as part of removeDeadBindings.
Jordan Rose
2012-09-08
1
-3
/
+6
*
Remove ProgramState::getSymVal(). It was being misused by Checkers,
Ted Kremenek
2012-09-07
1
-5
/
+3
*
Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to
Ted Kremenek
2012-08-22
1
-2
/
+3
*
Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and
Ted Kremenek
2012-08-22
1
-14
/
+2
*
Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and
Ted Kremenek
2012-08-22
1
-1
/
+1
*
[analyzer] Correctly devirtualize virtual method calls in destructors.
Jordan Rose
2012-08-15
1
-2
/
+5
*
[analyzer] Look up DynamicTypeInfo by region instead of symbol.
Jordan Rose
2012-08-13
1
-18
/
+14
*
[analyzer] Rename the function to better reflect what it actually does.
Anna Zaks
2012-08-09
1
-3
/
+1
*
[analyzer] Track malloc'd regions stored in structs.
Jordan Rose
2012-08-08
1
-0
/
+3
*
[analyzer] Revamp RegionStore to distinguish regions with symbolic offsets.
Jordan Rose
2012-08-08
1
-14
/
+12
*
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-08-06
1
-2
/
+2
*
[analyzer] Fixup: remove the extra whitespace
Anna Zaks
2012-08-03
1
-26
/
+0
*
[analyzer] ObjC Inlining: Start tracking dynamic type info in the GDM
Anna Zaks
2012-08-03
1
-3
/
+62
*
[analyzer] Very simple ObjC instance method inlining
Anna Zaks
2012-07-30
1
-0
/
+9
*
[analyzer] Introduce a CallEventManager to keep a pool of CallEvents.
Jordan Rose
2012-07-30
1
-0
/
+14
*
[analyzer] Use CallEvent for building inlined stack frames.
Jordan Rose
2012-07-10
1
-5
/
+5
*
[analyzer] Add a new abstraction over all types of calls: CallEvent
Jordan Rose
2012-07-02
1
-2
/
+2
*
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-06-01
1
-0
/
+10
*
Have ScanReachableSymbols reported reachable regions. Fixes a false positive...
Ted Kremenek
2012-02-21
1
-0
/
+4
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-4
/
+6
*
[analyzer] Make Malloc Checker optimistic in presence of inlining.
Anna Zaks
2012-02-14
1
-1
/
+1
*
Reapply r149311 which I reverted by mistake.
Argyrios Kyrtzidis
2012-01-31
1
-16
/
+22
*
Revert r149311 which failed to compile.
Argyrios Kyrtzidis
2012-01-31
1
-22
/
+16
*
Convert ProgramStateRef to a smart pointer for managing the reference counts ...
Ted Kremenek
2012-01-31
1
-16
/
+22
*
[analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.
Anna Zaks
2012-01-30
1
-2
/
+4
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-30
/
+30
*
[analyzer] Skip casts when determining taint dependencies + pretty
Anna Zaks
2012-01-20
1
-0
/
+25
*
[analyzer] fix inlining's handling of mapping actual to formal arguments and ...
Ted Kremenek
2012-01-12
1
-2
/
+4
*
[analyzer] Add basic format string vulnerability checking.
Anna Zaks
2012-01-07
1
-1
/
+1
*
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-06
1
-103
/
+26
*
[analyzer] Be less pessimistic about invalidation of global variables
Anna Zaks
2012-01-04
1
-6
/
+6
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
[analyzer] Minor: Simplify & assert.
Anna Zaks
2011-12-17
1
-2
/
+2
*
[analyzer] Better stdin support.
Anna Zaks
2011-12-16
1
-0
/
+6
[prev]
[next]