[cfe-dev] C++11 attributes parsing

Michael Han Michael.Han at autodesk.com
Fri Jul 6 16:40:00 PDT 2012


Cool thanks

Michael

-----Original Message-----
From: Dmitri Gribenko [mailto:gribozavr at gmail.com] 
Sent: Friday, July 06, 2012 4:38 PM
To: Michael Han
Cc: Sean Hunt; Richard Smith; cfe-dev at cs.uiuc.edu
Subject: Re: [cfe-dev] C++11 attributes parsing

On Fri, Jul 6, 2012 at 4:30 PM, Michael Han <Michael.Han at autodesk.com> wrote:
> Or instead of one handle*Attr there could be a new 
> handle*AttrGenericChecks that is generated by tablegen (along with the 
> big switch statement in
> ProcessInheritableDeclAttr) and the handle*Attr would only contain 
> hand written attribute specific semantic checks?

Yes, that's what I meant.

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-dev mailing list