Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f158b7181cef728dfb5e340b6d51586742042836
/
test
/
Analysis
/
additive-folding.cpp
f158b71
[analyzer] Fix test for PR12206, which was failing on i386.
by Jordy Rose
· 13 years ago
43d9f0d
[analyzer] Convert many existing tests to use clang_analyzer_eval.
by Jordy Rose
· 13 years ago
1d8db49
[analyzer] Rework both constraint managers to handle mixed-type comparisons.
by Jordy Rose
· 13 years ago
90a7126
[analyzer] When promoting constant integers in a comparison, use the larger width of the two to avoid truncation.
by Jordy Rose
· 13 years ago
14d20b1
[analyzer] Equality ops are like relational ops in that the arguments shouldn't be converted to the result type. Fixes PR12206 and dupe PR12510.
by Jordy Rose
· 13 years ago
[Renamed (71%) from test/Analysis/additive-folding.c]
9e607dd
[analyzer] Fix RUN line and general cleanup for additive folding tests.
by Jordy Rose
· 13 years ago
bb2a686
[analyzer] Turn on by default the Malloc Checker and a couple of CString checks:
by Anna Zaks
· 13 years ago
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