]> granicus.if.org Git - clang/commitdiff
remove a nonsensical todo
authorChris Lattner <sabre@nondot.org>
Sun, 25 Oct 2009 21:19:07 +0000 (21:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Oct 2009 21:19:07 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85067 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index fd8ffc8302baf233a5cb3e64c1f4dcbe01da3bbc..46e2a7b0e1a570d76edb13a4a3acd02bc3599986 100644 (file)
@@ -4282,7 +4282,6 @@ Sema::DeclPtrTy Sema::ActOnFriendTypeDecl(Scope *S, const DeclSpec &DS,
   // friend templates because ActOnTag never produces a ClassTemplateDecl
   // for a TUK_Friend.
   Declarator TheDeclarator(DS, Declarator::MemberContext);
-  // TODO: Should use D.SetIdentifier() to specify where the identifier is?
   QualType T = GetTypeForDeclarator(TheDeclarator, S);
   if (TheDeclarator.isInvalidType())
     return DeclPtrTy();