Bug 207205 - Style checker should require include guards for C API headers
Summary: Style checker should require include guards for C API headers
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-04 09:26 PST by Don Olmstead
Modified: 2020-02-04 09:26 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 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.