NEW261785
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
Radar WebKit Bug Importer
Comment 1 2023-09-26 17:07:14 PDT
Note You need to log in before you can comment on or make changes to this bug.