summaryrefslogtreecommitdiff
path: root/test/Sema/outof-range-constant-compare.c
AgeCommit message (Expand)Author
2017-10-15[Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-10-12Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev
2017-10-12[Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev
2017-09-07[Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev
2013-06-07Revert "Properly consider the range of enum for range comparisons in C mode"David Majnemer
2013-06-02Properly consider the range of enum for range comparisons in C modeDavid Majnemer
2012-09-20Improvements to my patch in r164143 perFariborz Jahanian
2012-09-18c: warn when an integer value comparison with anFariborz Jahanian