[Webkit-unassigned] [Bug 126564] New: Missleading style error when mixing system and non-system header include lines.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 7 00:10:49 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126564
Summary: Missleading style error when mixing system and
non-system header include lines.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: gbalogh.u-szeged at partner.samsung.com
CC: darin at apple.com, ossy at webkit.org,
galpeter at inf.u-szeged.hu, rniwa at webkit.org
example:
#include "ArgumentEncoder.h"
#include "ProcessLauncher.h"
#include <QApplication>
#include <QLocalServer>
#include <QLocalSocket>
#include "WebPageProxyMessageKinds.h"
#include "WorkItem.h"
ERROR: bad.cpp:5: Alphabetical sorting problem. [build/include_order] [4]
--
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