WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
40941
check-webkit-style falsely thinks template struct declaration is two statements
https://bugs.webkit.org/show_bug.cgi?id=40941
Summary
check-webkit-style falsely thinks template struct declaration is two statements
John Sullivan
Reported
2010-06-21 13:58:25 PDT
From the patch for <
https://bugs.webkit.org/show_bug.cgi?id=40938
>, check-webkit-style complained about this line: template<typename P> struct DefaultHash<RetainPtr<P> > { typedef PtrHash<RetainPtr<P> > Hash; }; The complaint was: Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1 JavaScriptCore/wtf/RetainPtr.h:219: More than one command on the same line [whitespace/newline] [4] This is a false positive; there are not multiple commands on that line (though there are two semicolons).
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug