Bug 57791 - check-webkit-style should warn about missing explicit keyword for one-argument constructors
Summary: check-webkit-style should warn about missing explicit keyword for one-argumen...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 14:38 PDT by Adam Barth
Modified: 2011-04-04 14:57 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-04-04 14:38:53 PDT
check-webkit-style should warn about missing explicit keyword for one-argument constructors

Please feel free to point me in the right direction if you don't have time to add this yourself.
Comment 1 David Levin 2011-04-04 14:57:16 PDT
(In reply to comment #0)
> check-webkit-style should warn about missing explicit keyword for one-argument constructors
> 
> Please feel free to point me in the right direction if you don't have time to add this yourself.

Like this? https://bugs.webkit.org/show_bug.cgi?id=46670 :)

Perhaps we just need to wordsmith the error message to reflect the style guide?