Bug 93341
Summary: | check-webkit-style doesn't understand do .. while loops | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shane Stephens <shanestephens> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Shane Stephens
this:
do
// something
while (/* test */);
is currently flagged by this:
Semicolon defining empty statement for this loop. Use { } instead. [whitespace/semicolon] [5]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |