[Webkit-unassigned] [Bug 44714] webkit-check-style should check for empty for loops

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 04:20:17 PST 2013


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


László Langó <lango at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lango at inf.u-szeged.hu




--- Comment #1 from László Langó <lango at inf.u-szeged.hu>  2013-11-25 04:18:46 PST ---
Hi,

Is this still valid? A checked it and the check-webkit-style accepts the following styles too:

for ( ; current; current = current->next) {
}

for ( ; current; current = current->next)
{ }

Is this really a deficiency?

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