Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
33ee15964ecb41d47f030385dbc1c1fbe2cf6937
/
test
/
Sema
/
conversion-64-32.c
3705084
Warn on 64-to-32 for source value of x bits where 64 >= x > 32.
by David Blaikie
· 13 years ago
289e31f
Revert r149359. This was a hack to a problem with an easy workaround, and it doesn't feel like general solution.
by Ted Kremenek
· 14 years ago
fdba182
Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://problem/10759934>. Apparently this is a common idiom in Linux (among other places).
by Ted Kremenek
· 14 years ago
b792b30
fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn on vector bitcasts.
by Chris Lattner
· 14 years ago
27f46ee
Refer to implicit "conversions" rather than implicit "casts", which
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
dc767a1
Support -Wshorten-64-to-32 for integer types only, which seems to satisfy the
by John McCall
· 16 years ago