Bug 163884

Summary: GTK bots do not use inconsistent-missing-override
Product: WebKit Reporter: youenn fablet <youennf>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cgarcia, clopez, lforschler, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.