Ah right. I missed the explicit file extension check. Looks good to me.
On Feb 13, 2012, at 10:56 AM, Dmitri Gribenko <[email protected]> wrote: > On Mon, Feb 13, 2012 at 8:41 PM, Ted Kremenek <[email protected]> wrote: >> Does that still work, given the tablegen files are in 'include' as well? > > Generated files have `inc' extension, while the tool looks only for > `cpp' and `h' files. > > 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
