]> granicus.if.org Git - clang/commitdiff
Remove a FIXME.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 3 Oct 2008 16:42:10 +0000 (16:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 3 Oct 2008 16:42:10 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57015 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 5ea9d13b031a9be40165a832361f0c3be2a95e88..eef071fd407b7ea2e4facd67af78c4acb8081d31 100644 (file)
@@ -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(),