Remove a FIXME.

llvm-svn: 57015
This commit is contained in:
Daniel Dunbar 2008-10-03 16:42:10 +00:00
parent eae96ce3ec
commit e4ac7a4059
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ void Parser::ParseStructUnionBody(SourceLocation RecordLoc,
AttributeList *AttrList = 0; AttributeList *AttrList = 0;
// If attributes exist after struct contents, parse them. // If attributes exist after struct contents, parse them.
if (Tok.is(tok::kw___attribute)) if (Tok.is(tok::kw___attribute))
AttrList = ParseAttributes(); // FIXME: where should I put them? AttrList = ParseAttributes();
Actions.ActOnFields(CurScope, Actions.ActOnFields(CurScope,
RecordLoc,TagDecl,&FieldDecls[0],FieldDecls.size(), RecordLoc,TagDecl,&FieldDecls[0],FieldDecls.size(),