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
/
test
/
Analysis
/
ptr-arith.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Improve pointer arithmetic checker.
Gabor Horvath
2016-02-23
1
-2
/
+2
*
[analyzer] A fix for substraction of an integer from a pointer.
Gabor Horvath
2015-09-18
1
-0
/
+17
*
PR16074, implement warnings to catch pointer to boolean true and pointer to
Richard Trieu
2014-02-26
1
-2
/
+2
*
[analyzer] Use a more generic MemRegion.getAsOffset to evaluate bin operators...
Anna Zaks
2013-05-28
1
-0
/
+16
*
[analyzer] Also transform "a < b" to "(b - a) > 0" in the constraint manager.
Jordan Rose
2013-03-23
1
-0
/
+44
*
[analyzer] Translate "a != b" to "(b - a) != 0" in the constraint manager.
Jordan Rose
2013-03-23
1
-0
/
+57
*
[analyzer] Use SymExprs to represent '<loc> - <loc>' and '<loc> == <loc>'.
Jordan Rose
2013-03-23
1
-0
/
+12
*
Fix analyzer tests.
Ted Kremenek
2012-08-24
1
-2
/
+2
*
Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...
Ted Kremenek
2012-08-16
1
-3
/
+3
*
[analyzer] Convert many existing tests to use clang_analyzer_eval.
Jordy Rose
2012-05-16
1
-168
/
+49
*
Teach SimpleSValBuilder that (in the absence of more information) stack memor...
Ted Kremenek
2012-03-05
1
-1
/
+1
*
[analyzer] rename all experimental checker packages to have 'experimental' be...
Ted Kremenek
2011-08-03
1
-2
/
+2
*
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
1
-2
/
+2
*
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
Argyrios Kyrtzidis
2011-02-24
1
-2
/
+2
*
[analyzer] Use the new registration mechanism on some of the experimental int...
Argyrios Kyrtzidis
2011-02-15
1
-2
/
+2
*
Pointers casted as integers still count as locations to SimpleSValuator, so d...
Jordy Rose
2010-06-30
1
-0
/
+5
*
Pointer comparisons (and pointer-pointer subtraction). Basically filling in S...
Jordy Rose
2010-06-28
1
-0
/
+221
*
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2010-02-05
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Replace clang-cc with clang -cc1.
Zhongxing Xu
2009-12-14
1
-2
/
+2
*
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-13
1
-2
/
+2
*
Add test case for PointerSubChecker.
Zhongxing Xu
2009-11-10
1
-0
/
+5
*
Refine PointerSubChecker: compare the base region instead of the original
Zhongxing Xu
2009-11-10
1
-0
/
+5
*
update test case.
Zhongxing Xu
2009-11-09
1
-1
/
+1
*
Add check for pointer arithmetic on non-array variables.
Zhongxing Xu
2009-11-09
1
-0
/
+9
*
Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.
Zhongxing Xu
2009-11-09
1
-0
/
+5
*
Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. This
Zhongxing Xu
2009-11-09
1
-0
/
+5
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-26
1
-1
/
+0
*
Clean up builtin lists, add a few new builtins. (I re-sorted the
Eli Friedman
2009-06-04
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-3
/
+3
*
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
Ted Kremenek
2009-03-13
1
-1
/
+3
*
Add comments to test case.
Zhongxing Xu
2009-03-12
1
-0
/
+3
*
This test case checks if we get the right rvalue type of a TypedViewRegion.
Zhongxing Xu
2009-03-11
1
-0
/
+15
*
Fix crash when LHS of pointer arithmetic is not ElementRegion.
Zhongxing Xu
2009-03-11
1
-0
/
+7
*
Add test case for pointer arithmetic.
Zhongxing Xu
2009-03-03
1
-0
/
+7