r193815 - Clang modules: collect exports recursively
Dmitri Gribenko
gribozavr at gmail.com
Thu Oct 31 17:39:16 PDT 2013
On Thu, Oct 31, 2013 at 5:33 PM, Richard Smith <richard at metafoo.co.uk> wrote:
> Please add a testcase!
Sorry, I don't think this is feasible -- the testcase will involve a
mock of this whole huge module structure. Offline Doug OK'ed
committing this without a testcase.
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