On Tue, Jun 26, 2012 at 1:21 PM, Douglas Gregor <[email protected]> wrote:
> That doesn't prohibit having a single "Custom" AST node kind that has some 
> sort of dynamic discriminator in it. Clang itself would have to ignore them, 
> but, if we're going to have custom parsers, they'll need to be able to record 
> their results somewhere (?). Anyway, this is me speculating far in the 
> potential future.

Oh, now I see.  A good idea.

> Yes, go ahead and commit.

r159223.

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