summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/conversion-64-32.c
Commit message (Expand)AuthorAgeFilesLines
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-121-0/+4
* Revert r149359. This was a hack to a problem with an easy workaround, and it...Ted Kremenek2012-01-311-20/+0
* Don't warn about -Wshorten-64-to-32 in unreachable code. Fixes <rdar://probl...Ted Kremenek2012-01-311-0/+20
* fix rdar://9546171 - -Wshorten-64-to-32 shouldn't warn on vector bitcasts.Chris Lattner2011-06-141-0/+10
* Refer to implicit "conversions" rather than implicit "casts", whichDouglas Gregor2010-07-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Support -Wshorten-64-to-32 for integer types only, which seems to satisfy theJohn McCall2009-11-071-0/+5
OpenPOWER on IntegriCloud