From: Douglas Gregor Date: Fri, 13 Mar 2009 18:41:07 +0000 (+0000) Subject: Remove an already-fixed FIXME X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d65fa7918a7762ac285e65985badd2bdf6678e9;p=clang Remove an already-fixed FIXME git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66924 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp index aea03cc580..b3e4148a6a 100644 --- a/lib/Sema/SemaTemplateInstantiate.cpp +++ b/lib/Sema/SemaTemplateInstantiate.cpp @@ -650,9 +650,6 @@ Sema::OwningExprResult TemplateExprInstantiator::VisitCXXOperatorCallExpr(CXXOperatorCallExpr *E) { // FIXME: Only handles binary operators at the moment. - // FIXME: Can we optimize this further if neither the left- nor the - // right-hand sides are type-dependent? It depends on whether we - // need to perform ADL again Sema::OwningExprResult LHS = Visit(E->getArg(0)); if (LHS.isInvalid()) return SemaRef.ExprError();