[cfe-commits] [Patch] -Wextra-semi for semi-colon warnings with fixit for removal

Douglas Gregor dgregor at apple.com
Wed May 16 11:25:43 PDT 2012


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



More information about the cfe-commits mailing list