NEW 99911
check-webkit-style errorneously declares "operator size_t()" incorrect
https://bugs.webkit.org/show_bug.cgi?id=99911
Summary check-webkit-style errorneously declares "operator size_t()" incorrect
Mark Lam
Reported 2012-10-20 01:11:18 PDT
When style checking "operator size_t()", check-webkit-style complained and said "Don't use underscores in your identifier names." It should be ok to allow underscores in cast operator methods because the type name necessitates it.
Attachments
Note You need to log in before you can comment on or make changes to this bug.