diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2010-11-22 13:48:02 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2010-11-22 13:48:02 +0000 |
| commit | ece562ed2783dff9d3f4ef8ee1b9e34859c3aaf3 (patch) | |
| tree | 707231ff25d1d2f981a569cff2868da537950260 /clang/lib | |
| parent | 8a0f486e364edfd034f41ad3c8670335b5ecbde5 (diff) | |
| download | bcm5719-llvm-ece562ed2783dff9d3f4ef8ee1b9e34859c3aaf3.tar.gz bcm5719-llvm-ece562ed2783dff9d3f4ef8ee1b9e34859c3aaf3.zip | |
Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump.
llvm-svn: 119971
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Parse/ParseDecl.cpp b/clang/lib/Parse/ParseDecl.cpp index 79fc198ab49..db02c783515 100644 --- a/clang/lib/Parse/ParseDecl.cpp +++ b/clang/lib/Parse/ParseDecl.cpp @@ -1083,8 +1083,6 @@ void Parser::ParseDeclarationSpecifiers(DeclSpec &DS, case tok::annot_typename: { if (Tok.getAnnotationValue()) { ParsedType T = getTypeAnnotation(Tok); - // FIXME: This should probably pass getAnnotationEndLoc() instead of - // Loc, but that breaks test/Index/recursive-cxx-member-calls.cpp. isInvalid = DS.SetTypeSpecType(DeclSpec::TST_typename, Loc, PrevSpec, DiagID, T); } else |

