<br><br><div class="gmail_quote">On Mon, May 28, 2012 at 6:11 PM, Alexander Kornienko <span dir="ltr"><<a href="mailto:alexfh@google.com" target="_blank">alexfh@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div><br></div><div>Is anyone interested in this?</div></blockquote><div><br></div><div>Hard to say - it's only been 3 days which happen to coincide with a long weekend here in the USA, so it's not likely people have had a chance to respond or ignore this just yet :)</div>
<div><br></div><div>- David</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div class="h5"><br><br><div class="gmail_quote">On Sat, May 26, 2012 at 1:33 AM, Alexander Kornienko <span dir="ltr"><<a href="mailto:alexfh@google.com" target="_blank">alexfh@google.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi cfe-commits,<div><br></div><div>This patch adds a "soft opt-in" option for <font face="courier new, monospace">-Wimplicit-fallthrough</font> diagnostics. The reason for it is to provide a way to start using fall-through annotations without breaking (when treating warnings as errors) all code with unannotated fall-throughs. So it's only meant to be used for large code bases during a transition phase prior to turning on <font face="courier new, monospace">-Wimplicit-fallthrough</font>.</div>


<div><br></div><div>This mode is controlled with <font face="courier new, monospace">-Wimplicit-fallthrough-per-method</font> diagnostic option (implies <font face="courier new, monospace">-Wimplicit-fallthrough</font>). It enables switch cases fall-through diagnostic only for methods which contain at least one fall-through annotation. This will allow to fix 'unannotated fall-through' warnings method-by-method and will help to avoid regressions in all methods, where fall-through annotations were already added.</div>


<div><div><div><br></div><div>This mode will probably be not very helpful for finding real bugs, but it will help to go smoothly through a transition period before switching on the real diagnostic.</div><div><br></div><div>


Please review this patch.</div><div>Thank you!</div><span><font color="#888888"><div><br></div>-- <br>
<div>Best regards,</div><div>Alexander Kornienko</div></font></span></div></div>
</blockquote></div><br>-- 
</div></div></div><div>Best regards,</div><div>Alexander Kornienko</div>
<br>_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">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>