[Webkit-unassigned] [Bug 93341] New: check-webkit-style doesn't understand do .. while loops

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 23:54:44 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93341

           Summary: check-webkit-style doesn't understand do .. while
                    loops
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shanestephens at google.com


this:

do
     // something
while (/* test */);

is currently flagged by this:

Semicolon defining empty statement for this loop. Use { } instead.  [whitespace/semicolon] [5]

-- 
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