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 | f27f03e215cbd7a7bdfb35a95e524c9eea8ba940 (patch) | |
tree | e2ba8a981cefe4f178217a7a96cfd447aa956de2 /lib/Parse/ParseDecl.cpp | |
parent | 76f11c953adb0df7ed4c7776538a592435cd7463 (diff) |
Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/ParseDecl.cpp')
-rw-r--r-- | lib/Parse/ParseDecl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Parse/ParseDecl.cpp b/lib/Parse/ParseDecl.cpp index 79fc198ab4..db02c78351 100644 --- a/lib/Parse/ParseDecl.cpp +++ b/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 |