[Sema] Delete FIXME that has been fixed. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Mon, 4 Apr 2016 19:44:16 +0000 (19:44 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Mon, 4 Apr 2016 19:44:16 +0000 (19:44 +0000)
llvm-svn: 265341

clang/lib/Sema/SemaExpr.cpp

index 93b5ff9..de9ebe7 100644 (file)
@@ -5089,8 +5089,6 @@ Sema::ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
 
     // Determine whether this is a dependent call inside a C++ template,
     // in which case we won't do any semantic analysis now.
-    // FIXME: Will need to cache the results of name lookup (including ADL) in
-    // Fn.
     bool Dependent = false;
     if (Fn->isTypeDependent())
       Dependent = true;