Bug 39787
| Summary: | check-webkit-style assumes there's a corresponding header file for every source file | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anders Bakken <agbakken> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | levin |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Anders Bakken
Some times there are no corresponding header files. E.g. TemporaryLinksStubs[A-Za-z]*.cpp
check-webkit-style will still print this kind of warning:
WebCore/platform/android/TemporaryLinkStubs.cpp:31: 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. |
David Levin
*** This bug has been marked as a duplicate of bug 39514 ***