[Webkit-unassigned] [Bug 176576] New: check-webkit-style shouldn't check *Prefix.cpp for [build/include_order]
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 7 18:17:45 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176576
Bug ID: 176576
Summary: check-webkit-style shouldn't check *Prefix.cpp for
[build/include_order]
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Yoshiaki.Jitsukawa at sony.com
CC: don.olmstead at sony.com, lforschler at apple.com,
mmaxfield at apple.com, ross.kirsling at sony.com,
thorton at apple.com
*Prefix.cpp file is supposed to include only its primary
header "*Prefix.h" (and not to include "config.h") thus
the style checker shouldn't check the include order of
the file so as not to report the following error:
Found header this file implements before WebCore config.h.
Should be: config.h, primary header, blank line, and then
alphabetically sorted. [build/include_order] [4]
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170908/d3a7a47f/attachment.html>
More information about the webkit-unassigned
mailing list