On Sat, Sep 29, 2012 at 12:36 PM, Alexander Kornienko <[email protected]> wrote:
>
> On Sat, Sep 29, 2012 at 11:27 AM, Dmitri Gribenko <[email protected]>
> wrote:
>>
>> Hi Alexander,
>>
>> I want to use this in the AST library to suggest a proper macro for
>> __attribute__((deprecated)).  Does it make sense to move these helper
>> infrastructure from Sema to the Preprocessor class itself?
>
> I don't see any problems with that. Basically, I intentionally made the
> implementation quite generic, so it can be reused elsewhere. So you can move
> it wherever it is appropriate.

Thanks for the quick reply!

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