RESOLVED FIXED282674
Enforce `enum class X : bool { No, Yes }` instead of `{ Yes, No }`
https://bugs.webkit.org/show_bug.cgi?id=282674
Summary Enforce `enum class X : bool { No, Yes }` instead of `{ Yes, No }`
Gerald Squelart
Reported 2024-11-05 22:24:46 PST
As of this writing, there are at least 7 instances of `{ Yes, No }` since bug 254322 and bug 254358 landed. Ideally, there should be a `check-webkit-style` checker to catch this risky ordering now and in the future.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-05 22:25:07 PST
Gerald Squelart
Comment 2 2024-11-10 00:17:32 PST
EWS
Comment 3 2024-11-12 11:08:41 PST
Committed 286492@main (f2554a7bf3fa): <https://commits.webkit.org/286492@main> Reviewed commits have been landed. Closing PR #36457 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.