summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-enum-compare.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.Richard Smith2019-12-161-168/+168
* Fix warn-enum-compare.cpp on WindowsHans Wennborg2017-12-111-1/+6
* Catch more cases with -Wenum-compareRichard Trieu2017-09-091-0/+43
* [Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenu...Gabor Horvath2017-08-091-3/+3
* [Sema] -Wenum-compare no longer warn on anonymous enums in switch statementsGabor Horvath2017-08-091-0/+7
* [Sema] Extend -Wenum-compare to handle mixed enum comparisons in switch state...Gabor Horvath2017-08-091-0/+17
* Enhance -Wtautological-constant-out-of-range-compare to include the name of t...Ted Kremenek2013-03-151-2/+2
* Improvements to my patch in r164143 perFariborz Jahanian2012-09-201-2/+2
* c: warn when an integer value comparison with anFariborz Jahanian2012-09-181-2/+2
* Implement -Wenum-compare, which warns when comparing two enums ofChandler Carruth2011-02-171-0/+212
OpenPOWER on IntegriCloud