]> granicus.if.org Git - clang/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265341 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExpr.cpp

index 93b5ff9c99657f2e164fea8a063e3912cc817141..de9ebe77190c7dcf8e27f71c63271c36be7b62dd 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;