Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ee1c68a0d9de322424b368b9e6dc58fa3daefceb
/
test
/
Sema
/
conversion.c
a268fc0
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
by Daniel Dunbar
· 13 years ago
00fe761
Teach -Wconversion, -Wsign-compare etc. about division and remainder.
by John McCall
· 13 years ago
5a5b38f
When we're determining whether to complain about a conversion from one
by Douglas Gregor
· 14 years ago
284cc8d
Warn about implicit conversions between values of different, named
by Douglas Gregor
· 14 years ago
091f23f
Split out -Wconversion warnings about constant precision into their
by John McCall
· 14 years ago
b4eb64d
Track the location of the context requiring an implicit conversion and use it
by John McCall
· 14 years ago
27f46ee
Refer to implicit "conversions" rather than implicit "casts", which
by Douglas Gregor
· 14 years ago
323ed74
Rearchitect -Wconversion and -Wsign-compare. Instead of computing them
by John McCall
· 15 years ago
c0cd21d
Don't assert on compound assignment operators that operate in FP types when
by John McCall
· 15 years ago
05efad5
Make this test not rely on the system <limits.h>. Hopefully fixes the
by John McCall
· 15 years ago
fb6289a
Test case for warnings with carets inside macro instantiations.
by John McCall
· 15 years ago
4617191
Insulate these from changes to the default for -Wunreachable-code.
by Mike Stump
· 15 years ago
60fad45
Derive tighter ranges for & and >> in the conversion-checking code.
by John McCall
· 15 years ago
f2370c9
Significantly rework the calculation of effective integer-expression ranges
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
8406aed
Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part of
by John McCall
· 15 years ago
e8babd1
Improve -Wconversion by permitting binary operations on values of the target
by John McCall
· 15 years ago
d5c376e
Test case for -Wconversion.
by John McCall
· 15 years ago