On Wed, Jan 16, 2013 at 3:04 AM, Reed Kotler <[email protected]> wrote:
> I have added the c++11 code but not the test case for that since there are
> some bugs in that code in clang. I will file a bug on those issues.
> The test case I wrote for the c++11 attributes did not work completely due
> to those issues.

This LGTM, except for the missing processing step in
SetTargetAttributes().  If you are blocked on this, I think it would
be OK to commit now, and write that a bit later.

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

Reply via email to