[Webkit-unassigned] [Bug 33724] check-webkit-style: Misses variables that contain underscores.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 16 03:36:14 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33724
--- Comment #2 from Shinichiro Hamaji <hamaji at chromium.org> 2010-02-16 03:36:13 PST ---
There were two bugs:
- "unsigned _length" wasn't complained.
- a bitfield wasn't complained.
This patch fixes both. I've ran check-webkit-style for 2180 C++ files in WebKit
repository. This change increases the number of error reports by 14. There were
no false-positives.
--
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