[Webkit-unassigned] [Bug 32125] [check-webkit-style] strcmp should be excepted from readability/comparison_to_zero
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 16 12:11:04 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32125
David Levin <levin at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from David Levin <levin at chromium.org> 2009-12-16 12:11:03 PST ---
It has been two week with no discussion on webkit-dev to approve this, so I'm
resolving as this bug as invalid.
Feel free to reactivate if that discussion happens and this is approved.
fwiw, I like comparing to 0/NULL for all appropriate items, but it is WebKit
style to not to do this and !a is logically equivalent to a == 0 so that's that
:)
--
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