On Oct 2, 2008, at 7:03 PM, Daniel Dunbar wrote: > URL: http://llvm.org/viewvc/llvm-project?rev=56992&view=rev > Log: > Pass postfix attributes to ActOnFields.
Nice, > > AttributeList *AttrList = 0; > // If attributes exist after struct contents, parse them. > if (Tok.is(tok::kw___attribute)) > AttrList = ParseAttributes(); // FIXME: where should I put them? Should this fixme go away now? > > + > + Actions.ActOnFields(CurScope, > + > RecordLoc,TagDecl,&FieldDecls[0],FieldDecls.size(), > + LBraceLoc, RBraceLoc, > + AttrList); -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
