[Webkit-unassigned] [Bug 121435] New: Invalid code generated for clang
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 16 08:42:19 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121435
Summary: Invalid code generated for clang
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Bindings
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: allan.jensen at digia.com
In the generation code we currently append a space to the variable $implType, but $implType is later used in compile assert to construct method names where it is assumed it does not have trailing white-space.
Since we require C++11 already, the appended space can be removed. It was only appended to avoid template<S<T>> syntax.
--
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