Bug 126112

Summary: Style check should catch places where ASCIILiteral should be used but wasn't.
Product: WebKit Reporter: Brady Eidson <beidson>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.