Bug 282674
| Summary: | Enforce `enum class X : bool { No, Yes }` instead of `{ Yes, No }` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gerald Squelart <g_squelart> |
| Component: | Tools / Tests | Assignee: | Gerald Squelart <g_squelart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 254322, 254358 | ||
| Bug Blocks: | |||
Gerald Squelart
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/139335415>
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/36457
EWS
Committed 286492@main (f2554a7bf3fa): <https://commits.webkit.org/286492@main>
Reviewed commits have been landed. Closing PR #36457 and removing active labels.