On Mon, Aug 20, 2012 at 12:30 PM, Jeff Squyres <jsquy...@cisco.com> wrote: > I see a clang 3.1 on http://llvm.org/releases/, but I don't see a 4.0. Is > that a released version?
Apple Clang has a different and unrelated version numbering compared to open source clang. 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 <griboz...@gmail.com>*/