Bug 126112 - Style check should catch places where ASCIILiteral should be used but wasn't.
Summary: Style check should catch places where ASCIILiteral should be used but wasn't.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 22:40 PST by Brady Eidson
Modified: 2013-12-20 22:40 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 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.