WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
261785
check-webkit-style should check for `using namespace WebCore` outside of the namespace block in a cpp file
https://bugs.webkit.org/show_bug.cgi?id=261785
Summary
check-webkit-style should check for `using namespace WebCore` outside of the ...
Simon Fraser (smfr)
Reported
2023-09-19 17:06:38 PDT
Bad: using namespace WebCore; namespace WebKit { ... } Good: namespace WebKit { using namespace WebCore; ... }
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-26 17:07:14 PDT
<
rdar://problem/116091205
>
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