Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warn-enum-compare.cpp on Windows | Hans Wennborg | 2017-12-11 | 1 | -1/+6 |
* | Catch more cases with -Wenum-compare | Richard Trieu | 2017-09-09 | 1 | -0/+43 |
* | [Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenu... | Gabor Horvath | 2017-08-09 | 1 | -3/+3 |
* | [Sema] -Wenum-compare no longer warn on anonymous enums in switch statements | Gabor Horvath | 2017-08-09 | 1 | -0/+7 |
* | [Sema] Extend -Wenum-compare to handle mixed enum comparisons in switch state... | Gabor Horvath | 2017-08-09 | 1 | -0/+17 |
* | Enhance -Wtautological-constant-out-of-range-compare to include the name of t... | Ted Kremenek | 2013-03-15 | 1 | -2/+2 |
* | Improvements to my patch in r164143 per | Fariborz Jahanian | 2012-09-20 | 1 | -2/+2 |
* | c: warn when an integer value comparison with an | Fariborz Jahanian | 2012-09-18 | 1 | -2/+2 |
* | Implement -Wenum-compare, which warns when comparing two enums of | Chandler Carruth | 2011-02-17 | 1 | -0/+212 |