summaryrefslogtreecommitdiffstats
path: root/test/Sema/conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r205646 (keeping the test in its modified form) asFariborz Jahanian2014-04-071-2/+2
* Vector [Sema]. Vector "splats" which are truncated should have a warningFariborz Jahanian2014-04-041-0/+12
* Only emit implicit constant conversion truncation warnings in reachable code....Ted Kremenek2011-10-221-0/+72
* Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar2011-10-111-1/+3
* Teach -Wconversion, -Wsign-compare etc. about division and remainder.John McCall2011-07-141-0/+8
* When we're determining whether to complain about a conversion from oneDouglas Gregor2011-03-121-0/+4
* Warn about implicit conversions between values of different, namedDouglas Gregor2011-02-221-0/+21
* Split out -Wconversion warnings about constant precision into theirJohn McCall2010-11-091-16/+16
* Track the location of the context requiring an implicit conversion and use itJohn McCall2010-10-081-0/+13
* 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