On Tue, Feb 14, 2012 at 5:28 AM, Argyrios Kyrtzidis <[email protected]> wrote:
> Do you have cases (from e.g. llvm/clang or chromium, etc.) where the warning 
> found an actual bug in a place where there was a semicolon in the same line 
> but next statement was not compound statement and it didn't have more 
> indentation ?

No, I don't.

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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to