summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Refer to implicit "conversions" rather than implicit "casts", whichDouglas Gregor2010-07-091-65/+65
* Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall2010-05-061-0/+10
* Don't assert on compound assignment operators that operate in FP types whenJohn McCall2010-02-231-0/+8
* Make this test not rely on the system <limits.h>. Hopefully fixes theJohn McCall2010-02-111-2/+2
* Test case for warnings with carets inside macro instantiations.John McCall2010-02-111-0/+8
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-1/+1
* Derive tighter ranges for & and >> in the conversion-checking code.John McCall2010-01-061-0/+10
* Significantly rework the calculation of effective integer-expression rangesJohn McCall2010-01-061-0/+26
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part ofJohn McCall2009-11-111-0/+6
* Improve -Wconversion by permitting binary operations on values of the targetJohn McCall2009-11-071-0/+5
* Test case for -Wconversion.John McCall2009-11-071-0/+226
OpenPOWER on IntegriCloud