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
/
SValBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Always use 'bool' as the SValBuilder condition type in C++.
Jordan Rose
2013-12-19
1
-1
/
+1
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
[analyzer] Fix an infinite recursion in region invalidation by adding block c...
Anna Zaks
2013-11-20
1
-2
/
+4
*
[analyzer] Don't even try to convert floats to booleans for now.
Jordan Rose
2013-09-18
1
-0
/
+4
*
[analyzer] Add support for testing the presence of weak functions.
Jordan Rose
2013-08-28
1
-3
/
+6
*
[analyzer] Weaken assertion to account for pointer-to-integer casts.
Jordan Rose
2013-07-25
1
-1
/
+1
*
[analyzer] Handle C string default values for const char * arguments.
Jordan Rose
2013-07-17
1
-0
/
+11
*
[analyzer] Use the expression’s type instead of region’s type in ArrayToP...
Anna Zaks
2013-05-28
1
-2
/
+4
*
[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.
Jordan Rose
2013-05-02
1
-2
/
+7
*
[analyzer] Consolidate constant evaluation logic in SValBuilder.
Jordan Rose
2013-05-01
1
-0
/
+57
*
Re-apply "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-05-01
1
-0
/
+16
*
Revert "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-04-29
1
-16
/
+0
*
[analyzer] Model casts to bool differently from other numbers.
Jordan Rose
2013-04-26
1
-0
/
+16
*
[analyzer] Do not crash when processing binary "?:" in C++
Anna Zaks
2013-04-15
1
-5
/
+12
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-5
/
+5
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-11
/
+7
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-17
/
+22
*
[analyzer] Teach the analyzer to use a symbol for p when evaluating
Anna Zaks
2013-02-05
1
-11
/
+16
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Rename 'getConjuredSymbol*' to 'conjureSymbol*'.
Ted Kremenek
2012-08-22
1
-20
/
+17
*
Implement initial static analysis inlining support for C++ methods.
Ted Kremenek
2012-06-22
1
-0
/
+16
*
[analyzer] Anti-aliasing: different heap allocations do not alias
Anna Zaks
2012-06-07
1
-0
/
+12
*
[analyzer] Treat cast of array to reference in the same way as array to
Anna Zaks
2012-05-24
1
-1
/
+1
*
[analyzer] Do not assert on constructing SymSymExpr with diff types.
Anna Zaks
2012-05-03
1
-1
/
+0
*
[analyzer] Add a complexity bound on history tracking.
Anna Zaks
2012-05-03
1
-3
/
+7
*
[analyzer] Revert the functional part of r155944.
Anna Zaks
2012-05-03
1
-0
/
+3
*
[analyzer] Fix an assertion failure triggered by the analyzer buildbot.
Anna Zaks
2012-05-02
1
-17
/
+16
*
Teach SValBuilder to handle casts of symbolic pointer values to an integer tw...
Ted Kremenek
2012-05-01
1
-1
/
+4
*
[analyzer] Construct a SymExpr even when the constraint solver cannot
Anna Zaks
2012-05-01
1
-21
/
+17
*
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-03-10
1
-9
/
+28
*
Have conjured symbols depend on LocationContext, to add context sensitivity f...
Ted Kremenek
2012-02-17
1
-2
/
+4
*
StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...
Benjamin Kramer
2012-01-28
1
-0
/
+5
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-3
/
+3
*
[analyzer] Unwrap the pointers when ignoring the const cast.
Anna Zaks
2012-01-13
1
-1
/
+28
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
[analyzer] Address Jordy's comments for r145985.
Anna Zaks
2011-12-15
1
-4
/
+0
*
[analyzer] CStringChecker should not rely on the analyzer generating UndefOrU...
Anna Zaks
2011-12-11
1
-1
/
+1
*
[analyzer]Fixup r146336.
Anna Zaks
2011-12-10
1
-1
/
+1
*
[analyzer] Introduce IntSymExpr, where the integer is on the lhs.
Anna Zaks
2011-12-10
1
-0
/
+13
*
[analyzer] Fix inconsistency on when SValBuilder assumes that 2
Anna Zaks
2011-12-09
1
-2
/
+1
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-19
/
+12
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-2
/
+2
*
[analyzer] Minor cleanup of SValBuilder: Comments + code reuse.
Anna Zaks
2011-11-28
1
-11
/
+1
*
[analyzer] Warn when non pointer arguments are passed to scanf (only when run...
Anna Zaks
2011-11-18
1
-1
/
+0
*
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-17
1
-0
/
+25
*
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-24
1
-1
/
+1
*
[analyzer] Fix a new failure encountered while building Adium exposed as a re...
Anna Zaks
2011-09-12
1
-2
/
+7
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-3
/
+3
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-1
/
+1
*
[analyzer] Introduce new MemRegion, "TypedValueRegion", so that we can separa...
Ted Kremenek
2011-08-12
1
-2
/
+2
[next]