From: Daniel Dunbar Date: Fri, 3 Oct 2008 16:42:10 +0000 (+0000) Subject: Remove a FIXME. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e592d889071d15d455deeafcc53955ccfcd0424;p=clang Remove a FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57015 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 5ea9d13b03..eef071fd40 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/lib/Parse/ParseDecl.cpp @@ -767,7 +767,7 @@ void Parser::ParseStructUnionBody(SourceLocation RecordLoc, 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? + AttrList = ParseAttributes(); Actions.ActOnFields(CurScope, RecordLoc,TagDecl,&FieldDecls[0],FieldDecls.size(),