Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
02a5e875cca1ce2f471dad06fb5557346d99c164
/
test
/
Analysis
/
additive-folding.c
033a07e
[analyzer] rename all experimental checker packages to have 'experimental' be the common root package.
by Ted Kremenek
· 13 years ago
5188507
Rework checker "packages" and groups to be more hierarchical.
by Ted Kremenek
· 14 years ago
c4d2c90
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misnomer award.
by Argyrios Kyrtzidis
· 14 years ago
312dbec
[analyzer] Migrate MallocChecker to CheckerV2.
by Argyrios Kyrtzidis
· 14 years ago
a0decc9
[analyzer] Use the new registration mechanism on some of the experimental checks. These are:
by Argyrios Kyrtzidis
· 14 years ago
8205c1a
Put the tautological-comparison-of-unsigned-against-zero warnings in
by John McCall
· 14 years ago
40bfbbc
sabre points out that the timing here is pretty pessimal; I'll retry the
by John McCall
· 14 years ago
51b0a52
Experimentally move the tautological comparison warnings from -Wsign-compare
by John McCall
· 14 years ago
7bce3a1
Added some false positive checking to UnreachableCodeChecker
by Tom Care
· 14 years ago
c4b5bd8
Added an path-sensitive unreachable code checker to the experimental analyzer checks.
by Tom Care
· 14 years ago
7197d40
Don't depend on system headers in clang -cc1 tests.
by Benjamin Kramer
· 14 years ago
1860dc4
Revert "Tweak tests to hopefully fix include of limits.h on win32.", tweak fails on linux.
by Daniel Dunbar
· 14 years ago
e9b5392
Tweak tests to hopefully fix include of limits.h on win32.
by Daniel Dunbar
· 14 years ago
b4954a4
When folding additive operations, convert the values to the same type. When assuming relationships, convert the integers to the same type as the symbol, at least for now.
by Jordy Rose
· 14 years ago
ba0f61c
Fold additive constants, and support comparsions of the form $sym+const1 <> const2
by Jordy Rose
· 14 years ago