]> granicus.if.org Git - clang/commitdiff
Remove the other FIXME I added. This is covered by the Index test and not testable...
authorNico Weber <nicolasweber@gmx.de>
Mon, 22 Nov 2010 13:48:02 +0000 (13:48 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 22 Nov 2010 13:48:02 +0000 (13:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119971 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseDecl.cpp

index 79fc198ab494e965106440d179a1cc9e131a82b8..db02c78351521f5a82230d4752ffef7e9290d383 100644 (file)
@@ -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