[cfe-commits] [PATCH][PR11329][v4] Generalize -Wempty-body: warn when statement body is empty
Dmitri Gribenko
gribozavr at gmail.com
Sat Jan 7 15:05:08 PST 2012
On Thu, Jan 5, 2012 at 9:22 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> Attached is a patch that implements enhancement proposed in PR11329.
*ping*
Are there any issues with this patch? Any other cases to include/exclude?
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-commits
mailing list