Does that still work, given the tablegen files are in 'include' as well? On Feb 13, 2012, at 10:39 AM, Dmitri Gribenko <[email protected]> wrote:
> On Mon, Feb 13, 2012 at 8:33 PM, Ted Kremenek <[email protected]> wrote: >> Looks great. It looks like your script assumes that none of the header >> files in include have methods that issue diagnostics. Is this true? > > Right. That is true today, but it might change in future. Attached > patch adds `include' to the search path. > > 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]>*/ > <find-unused-diagnostics-tool-v2.patch> _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
