summaryrefslogtreecommitdiff
path: root/test/Sema/outof-range-constant-compare.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-151-159/+0
* Revert "[Sema] Diagnose tautological comparison with type's min/max values"Roman Lebedev2017-10-121-0/+159
* [Sema] Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-121-159/+0
* [Sema] -Wtautological-compare: handle comparison of unsigned with 0S.Roman Lebedev2017-09-071-9/+136
* Revert "Properly consider the range of enum for range comparisons in C mode"David Majnemer2013-06-071-8/+0
* Properly consider the range of enum for range comparisons in C modeDavid Majnemer2013-06-021-0/+8
* Improvements to my patch in r164143 perFariborz Jahanian2012-09-201-31/+31
* c: warn when an integer value comparison with anFariborz Jahanian2012-09-181-0/+149