<div class="gmail_quote">On Wed, May 16, 2012 at 11:25 AM, Douglas Gregor <span dir="ltr"><<a href="mailto:dgregor@apple.com" target="_blank">dgregor@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On May 15, 2012, at 6:43 PM, Richard Trieu <<a href="mailto:rtrieu@google.com">rtrieu@google.com</a>> wrote:<br>
<br>
> This patch will group the extra semi-colon warnings together under -Wextra-semi.  A warning for the optional semi-colon after a function definition has also been added.  A fixit has been added for the removal of the semi-colons.  Also, contiguous semi-colons on a line will only produce one warning.  Previously, each semi-colon got its own warning. <extra-semi4.patch>_______________________________________________<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>
LGTM!<br>
<br>
        - Doug<br></blockquote><div> </div></div>Committed at r156934.