[Webkit-unassigned] [Bug 27553] New: Fix cpplint generating false positives for "primary" includes in headers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 12:32:26 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27553
Summary: Fix cpplint generating false positives for "primary"
includes in headers
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jpetso at gmx.at
The following piece of code placed in a header file will incorrectly throw an
error:
(in "FooBar.h":)
#include "Foo.h"
Which is because Foo.h is classified as primary include, and thus considered
the same by the don't-include-yourself check for header files. That's a false
positive, and should be fixed. Patch follows below!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list