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
/
SimpleSValBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] A fix for substraction of an integer from a pointer.
Gabor Horvath
2015-09-18
1
-1
/
+2
*
[analyzer] Apply whitespace cleanups by Honggyu Kim.
Ted Kremenek
2015-09-08
1
-4
/
+4
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
[C++11] Use 'nullptr'. StaticAnalyzer edition.
Craig Topper
2014-05-27
1
-4
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
1
-13
/
+13
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-4
/
+3
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-3
/
+3
*
[analyzer] Add support for testing the presence of weak functions.
Jordan Rose
2013-08-28
1
-13
/
+34
*
[analyzer] Explicitly disallow mixed Loc-NonLoc comparisons.
Jordan Rose
2013-07-02
1
-22
/
+3
*
[analyzer] Use a more generic MemRegion.getAsOffset to evaluate bin operators...
Anna Zaks
2013-05-28
1
-69
/
+71
*
Re-apply "[analyzer] Model casts to bool differently from other numbers."
Jordan Rose
2013-05-01
1
-1
/
+5
*
[analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().
Jordan Rose
2013-04-09
1
-2
/
+2
*
[analyzer] Loc-Loc operations (subtraction or comparison) produce a NonLoc.
Jordan Rose
2013-03-23
1
-4
/
+5
*
Add reverseComparisonOp and negateComparisonOp to BinaryOperator.
Jordan Rose
2013-03-23
1
-30
/
+4
*
[analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'.
Jordan Rose
2013-03-23
1
-17
/
+22
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-15
/
+12
*
Replace SVal llvm::cast support to be well-defined.
David Blaikie
2013-02-20
1
-34
/
+38
*
[analyzer] Fix typo.
Anna Zaks
2013-02-02
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Correctly handle IntegralToBool casts in C++ in the static analyzer. Fixes <...
Ted Kremenek
2012-11-29
1
-2
/
+8
*
Remove unnecessary ASTContext& parameter from SymExpr::getType().
Ted Kremenek
2012-09-26
1
-3
/
+3
*
Remove ProgramState::getSymVal(). It was being misused by Checkers,
Ted Kremenek
2012-09-07
1
-2
/
+3
*
[analyzer] Clean up a couple uses of getPointeeType().
Jordan Rose
2012-09-05
1
-8
/
+2
*
[analyzer] Don't use makeIntVal to create a floating-point value.
Jordan Rose
2012-09-04
1
-1
/
+3
*
[analyzer] Fixit for r158136.
Anna Zaks
2012-06-07
1
-1
/
+1
*
[analyzer] Anti-aliasing: different heap allocations do not alias
Anna Zaks
2012-06-07
1
-20
/
+23
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-2
/
+2
*
[analyzer] Add an abstraction for the bit width and signedness of an APSInt. ...
Jordy Rose
2012-05-08
1
-30
/
+16
*
[analyzer] Fix a crash in triggered by OSAtomicChecker.
Anna Zaks
2012-05-07
1
-0
/
+1
*
Remove variable made unused by r156270.
David Blaikie
2012-05-07
1
-3
/
+0
*
[analyzer] Reduce parallel code paths in SimpleSValBuilder::evalBinOpNN, and ...
Jordy Rose
2012-05-06
1
-165
/
+136
*
[analyzer] When promoting constant integers in a comparison, use the larger w...
Jordy Rose
2012-05-03
1
-20
/
+39
*
[analyzer] Equality ops are like relational ops in that the arguments shouldn...
Jordy Rose
2012-05-03
1
-2
/
+2
*
[analyzer] Do not assert on constructing SymSymExpr with diff types.
Anna Zaks
2012-05-03
1
-6
/
+9
*
[analyzer] Construct a SymExpr even when the constraint solver cannot
Anna Zaks
2012-05-01
1
-7
/
+7
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-2
/
+2
*
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
1
-0
/
+18
*
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-26
1
-8
/
+8
*
[analyzer] Address Jordy's comments for r145985.
Anna Zaks
2011-12-15
1
-3
/
+4
*
[analyzer]Fixup r146336.
Anna Zaks
2011-12-10
1
-7
/
+7
*
[analyzer] Introduce IntSymExpr, where the integer is on the lhs.
Anna Zaks
2011-12-10
1
-2
/
+2
*
[analyzer] Fix inconsistency on when SValBuilder assumes that 2
Anna Zaks
2011-12-09
1
-5
/
+3
*
[analyzer] If memory region is tainted mark data as tainted.
Anna Zaks
2011-12-08
1
-1
/
+3
*
[analyzer] Propagate taint through NonLoc to NonLoc casts.
Anna Zaks
2011-12-06
1
-0
/
+8
*
[analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal
Anna Zaks
2011-12-05
1
-139
/
+140
*
[analyzer] Remove all uses of ConstraintManager::canResonAbout() from
Anna Zaks
2011-12-05
1
-3
/
+4
*
[analyzer] Do not conjure a symbol when we need to propagate taint.
Anna Zaks
2011-11-17
1
-7
/
+7
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-5
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-8
/
+8
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-11
/
+11
[next]