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
*
[Static Analyzer] Properly clean up the dynamic type information for dead reg...
Gabor Horvath
2015-09-11
1
-33
/
+0
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-21
/
+21
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+2
*
unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreator
David Blaikie
2014-09-04
1
-2
/
+2
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-2
/
+2
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
[analyzer] This patch removes passing around of const-invalidation vs regular...
Anton Yartsev
2013-09-24
1
-55
/
+35
*
[analyzer] Fix inefficiency in dead symbol removal
Pavel Labath
2013-08-19
1
-17
/
+19
*
[analyzer] Remove now-unused bindCompoundLiteral helper function.
Jordan Rose
2013-05-06
1
-8
/
+0
*
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-20
1
-1
/
+1
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-1
/
+1
*
[analyzer] Properly handle the ternary operator in trackNullOrUndefValue
Anna Zaks
2013-04-03
1
-1
/
+5
*
Silencing warnings in MSVC due to duplicate identifiers.
Aaron Ballman
2013-04-02
1
-2
/
+2
*
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t...
Anna Zaks
2013-04-02
1
-17
/
+56
*
[analyzer] Add support for escape of const pointers and use it to allow “ne...
Anna Zaks
2013-03-28
1
-5
/
+14
*
[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
[next]