Bug 43881
Summary: | check-webkit-style false error on build/include_order for .cpp files with no .h | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vincent Scheib <scheib> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | jberlin, lforschler |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://webkit-commit-queue.appspot.com/patch/64164 |
Vincent Scheib
If a .cpp file has no associated .h file, it will not #include it. However, check-webkit-style will report an error:
"Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4]"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jessie Berlin
This came up again while creating an all-in-one file for Windows:
https://bugs.webkit.org/show_bug.cgi?id=80346