[cfe-dev] C++11 attributes parsing

Dmitri Gribenko gribozavr at gmail.com
Fri Jul 6 16:38:11 PDT 2012


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