RESOLVED FIXED49394
check-webkit-style should check for meaningless variable names in function declarations.
https://bugs.webkit.org/show_bug.cgi?id=49394
Summary check-webkit-style should check for meaningless variable names in function de...
David Levin
Reported 2010-11-11 11:34:00 PST
This is the style rule: Leave meaningless variable names out of function declarations. Right: void setCount(size_t); Wrong: void setCount(size_t count); from http://webkit.org/coding/coding-style.html
Attachments
Work in progress. (It is being subdivided, cleaned up, and finished as smaller patches.) (8.29 KB, patch)
2010-11-12 05:41 PST, David Levin
no flags
David Levin
Comment 1 2010-11-12 05:41:38 PST
Created attachment 73730 [details] Work in progress. (It is being subdivided, cleaned up, and finished as smaller patches.)
David Levin
Comment 2 2010-12-27 11:08:37 PST
Comment on attachment 73730 [details] Work in progress. (It is being subdivided, cleaned up, and finished as smaller patches.) Cleaned up. Made into smaller patches. Etc. All done!
Note You need to log in before you can comment on or make changes to this bug.