I believe so, will do.

On Thu, Oct 2, 2008 at 11:29 PM, Chris Lattner <[EMAIL PROTECTED]> wrote:
> 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

Reply via email to