Bug 126112
| Summary: | Style check should catch places where ASCIILiteral should be used but wasn't. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brady Eidson <beidson> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brady Eidson
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |