Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
115f2b95d5756319855249fe60aa91e273e3c191
/
test
/
Analysis
/
ptr-arith.c
c4d2c90
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
by Argyrios Kyrtzidis
· 14 years ago
38c8fe7
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
by Argyrios Kyrtzidis
· 14 years ago
23ade50
[analyzer] Use the new registration mechanism on some of the experimental internal checkers:
by Argyrios Kyrtzidis
· 14 years ago
a274148
Pointers casted as integers still count as locations to SimpleSValuator, so don't crash if we do a funny thing like ((int)ptr)&1. Fixes PR7527.
by Jordy Rose
· 14 years ago
eac4a00
Pointer comparisons (and pointer-pointer subtraction). Basically filling in SimpleSValuator::EvalBinOpLL().
by Jordy Rose
· 14 years ago
565e465
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
ef74f4c
Replace clang-cc with clang -cc1.
by Zhongxing Xu
· 15 years ago
8382cf5
Add clang-cc option "--analyzer-experimental-internal-checks". This
by Ted Kremenek
· 15 years ago
79234ca
Add test case for PointerSubChecker.
by Zhongxing Xu
· 15 years ago
adca271
Refine PointerSubChecker: compare the base region instead of the original
by Zhongxing Xu
· 15 years ago
e4da0eb
update test case.
by Zhongxing Xu
· 15 years ago
ede7eb2
Add check for pointer arithmetic on non-array variables.
by Zhongxing Xu
· 15 years ago
b10a7c2
Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.
by Zhongxing Xu
· 15 years ago
3ce2dc3
Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. This
by Zhongxing Xu
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
6c07bdb
Introduce a new concept to the static analyzer: SValuator.
by Ted Kremenek
· 15 years ago
0b308ad
Clean up builtin lists, add a few new builtins. (I re-sorted the
by Eli Friedman
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
610e81d
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
by Ted Kremenek
· 16 years ago
e8cba00
Add comments to test case.
by Zhongxing Xu
· 16 years ago
3c4b379
This test case checks if we get the right rvalue type of a TypedViewRegion.
by Zhongxing Xu
· 16 years ago
2b1dc17
Fix crash when LHS of pointer arithmetic is not ElementRegion.
by Zhongxing Xu
· 16 years ago
e184b1e
Add test case for pointer arithmetic.
by Zhongxing Xu
· 16 years ago