r193815 - Clang modules: collect exports recursively

Dmitri Gribenko gribozavr at gmail.com
Thu Oct 31 18:50:51 PDT 2013


On Thu, Oct 31, 2013 at 6:47 PM, Richard Smith <richard at metafoo.co.uk> wrote:
> I had a go at writing a test for this (attached). However... my test fails
> both with and without your change.

Richard,

Thank you for working on this!  I will investigate tomorrow.

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