NEW 163884
GTK bots do not use inconsistent-missing-override
https://bugs.webkit.org/show_bug.cgi?id=163884
Summary GTK bots do not use inconsistent-missing-override
youenn fablet
Reported 2016-10-24 02:58:34 PDT
This option allows detecting missing override keyword in method declarations that do override. Mac bots use it.
Attachments
Michael Catanzaro
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.