NEW 126112
Style check should catch places where ASCIILiteral should be used but wasn't.
https://bugs.webkit.org/show_bug.cgi?id=126112
Summary Style check should catch places where ASCIILiteral should be used but wasn't.
Brady Eidson
Reported 2013-12-20 22:40:20 PST
Style check should catch places where ASCIILiteral should be used but wasn't. I know the current check-webkit-style script doesn't get anywhere close to understanding C++ code, but the fact of the matter is that if we have a steadfast rule that should always be enforced, and violating the rule can be discovered with static analysis of a patch, then some tool should automatically catch it for us.
Attachments
Note You need to log in before you can comment on or make changes to this bug.