Bug 163884 - GTK bots do not use inconsistent-missing-override
Summary: GTK bots do not use inconsistent-missing-override
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-24 02:58 PDT by youenn fablet
Modified: 2016-10-24 10:06 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2016-10-24 02:58:34 PDT
This option allows detecting missing override keyword in method declarations that do override.
Mac bots use it.
Comment 1 Michael Catanzaro 2016-10-24 10:06:54 PDT
The closest option I found is -Wsuggest-override, but we can only use that if we fix the entire codebase to use override (or final) when overriding virtual functions.

I thought there was a warning that does exactly what you suggest, but I can't find it now that I'm looking for it.