WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
246138
check-webkit-style: loop should use while(true) instead of other options like for(;;)
https://bugs.webkit.org/show_bug.cgi?id=246138
Summary
check-webkit-style: loop should use while(true) instead of other options lik...
Matthieu Dubet
Reported
2022-10-06 01:59:55 PDT
In the codebase right now, we have about 2/3 of while(true) and 1/3 of for(;;). We should be consistent about this, and it seems there is a slight preference for while(true). The check-webkit-style script should enforce that.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-10-13 02:00:19 PDT
<
rdar://problem/101117416
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug