diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2008-10-03 16:42:10 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2008-10-03 16:42:10 +0000 |
| commit | e4ac7a40595365f55dca86e05a3dce6ff467e0ce (patch) | |
| tree | d61ea31303a1dc27dda86fa3b2be28249bda18b9 | |
| parent | eae96ce3ec2df93a436ad68889413f015ab0cbbb (diff) | |
| download | bcm5719-llvm-e4ac7a40595365f55dca86e05a3dce6ff467e0ce.tar.gz bcm5719-llvm-e4ac7a40595365f55dca86e05a3dce6ff467e0ce.zip | |
Remove a FIXME.
llvm-svn: 57015
| -rw-r--r-- | clang/lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp index 5ea9d13b031..eef071fd407 100644 --- a/clang/lib/Parse/ParseDecl.cpp +++ b/clang/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(), |

