Douglas Gregor wrote: > Could you move this __extension__ logic out of CFieldCallback and into > ParseStructDeclaration? Right now, Objective-C properties and ivars > don't have this logic.
It's actually not required in CFieldCallback anymore, because all processing of the declarator (all the way into a Decl) now happens in the shadow of the original ExtensionRAIIObject. I'll kill the code in CFieldCallback, which should simplify it considerably. John. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
