NEW 207205
Style checker should require include guards for C API headers
https://bugs.webkit.org/show_bug.cgi?id=207205
Summary Style checker should require include guards for C API headers
Don Olmstead
Reported 2020-02-04 09:26:39 PST
The header files in JavaScriptCore/API, WebKit/Shared/API/c, WebKit/UIProcess/API/C, and WebKit/WebProcess/InjectedBundle/API/c should all use include guards rather than #pragma once and the style checker should enforce this.
Attachments
Note You need to log in before you can comment on or make changes to this bug.