[cfe-commits] [Patch] -Wextra-semi for semi-colon warnings with fixit for removal
Richard Trieu
rtrieu at google.com
Wed May 16 12:06:45 PDT 2012
On Wed, May 16, 2012 at 11:25 AM, Douglas Gregor <dgregor at apple.com> wrote:
>
> On May 15, 2012, at 6:43 PM, Richard Trieu <rtrieu at google.com> wrote:
>
> > 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>_______________________________________________
> > cfe-commits mailing list
> > cfe-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
> LGTM!
>
> - Doug
>
Committed at r156934.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120516/74a9d4de/attachment.html>
More information about the cfe-commits
mailing list