<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 3:57 PM, jahanian <span dir="ltr"><<a href="mailto:fjahanian@apple.com" target="_blank">fjahanian@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi all,<br>
<br>
We have an enhancement request  from our users to provide<br>
warning if ‘override’ control is missing. This warning is off by default as it will<br>
be noisy (but it will show itself with -Weverything).<br>
Is such a patch useful enough to go into the trunk? Also, comment on the patch is appreciated.<br>
I will provide ‘fixit’ later if this is a worthwhile patch.<br></blockquote><div><br></div><div>While I rather like the idea of such a warning, the usual bar has been a strong aversion to adding off-by-default warnings. I think the theoretical future might be building warnings like this into clang-tidy, then providing some plugin-like option to enable certain clang-tidy warnings in your normal builds.<br><br>(because I was curious, I went back & found some choice quotes from Doug Gregor on warnings like this (this is what he told me, years ago, when I proposed adding a warning for null pointers that aren't nullptr*):<br><br><div><div><font face="arial, helvetica, sans-serif"><span class="">"Off</span>-by-<span class="">default</span> <span class="">warnings</span> are not a mechanism to subvert our normal processes for vetting a<span class="">warning</span>. In general, we should avoid <span class="">off</span>-by-<span class="">default</span> <span class="">warnings</span>: if it's not good enough to turn on by <span class="">default</span>, why do we have it at all? The vast majority of users will never see an <span class="">off</span>-by-<span class="">default</span> <span class="">warning</span>."</font></div><div><font face="arial, helvetica, sans-serif">"A compiler is not a style checker, nor should it ever be."</font></div></div><div><font face="arial, helvetica, sans-serif"><span class="">"Warnings</span> are intended to find potential problems in the source code. Style migration is the domain of separate tools.")<br><br>(& cc'ing Doug in case there's something about this that's different/things have changed over the years)</font></div><br>* today, I'd probably be able to get that in on the basis of compatibility with GCC's <span style="color:rgb(0,0,0);font-family:monospace;font-size:medium">-Wzero-as-null-pointer-constant</span></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
- Fariborz<br>
<br>
        <br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu" target="_blank">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
<br></blockquote></div><br></div></div>