summaryrefslogtreecommitdiff
path: root/test/Sema/conversion.c
AgeCommit message (Expand)Author
2014-04-07Revert r205646 (keeping the test in its modified form) asFariborz Jahanian
2014-04-04Vector [Sema]. Vector "splats" which are truncated should have a warningFariborz Jahanian
2011-10-22Only emit implicit constant conversion truncation warnings in reachable code....Ted Kremenek
2011-10-11Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar
2011-07-14Teach -Wconversion, -Wsign-compare etc. about division and remainder.John McCall
2011-03-12When we're determining whether to complain about a conversion from oneDouglas Gregor
2011-02-22Warn about implicit conversions between values of different, namedDouglas Gregor
2010-11-09Split out -Wconversion warnings about constant precision into theirJohn McCall
2010-10-08Track the location of the context requiring an implicit conversion and use itJohn McCall
2010-07-09Refer to implicit "conversions" rather than implicit "casts", whichDouglas Gregor
2010-05-06Rearchitect -Wconversion and -Wsign-compare. Instead of computing themJohn McCall
2010-02-23Don't assert on compound assignment operators that operate in FP types whenJohn McCall
2010-02-11Make this test not rely on the system <limits.h>. Hopefully fixes theJohn McCall
2010-02-11Test case for warnings with carets inside macro instantiations.John McCall
2010-01-23Insulate these from changes to the default for -Wunreachable-code.Mike Stump
2010-01-06Derive tighter ranges for & and >> in the conversion-checking code.John McCall
2010-01-06Significantly rework the calculation of effective integer-expression rangesJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-11Fix PR 5422: handle lvalue results when evaluating 'based' ptrtoints as part ofJohn McCall
2009-11-07Improve -Wconversion by permitting binary operations on values of the targetJohn McCall
2009-11-07Test case for -Wconversion.John McCall