r265341 - [Sema] Delete FIXME that has been fixed. NFC.

George Burgess IV via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 4 12:44:17 PDT 2016


Author: gbiv
Date: Mon Apr  4 14:44:16 2016
New Revision: 265341

URL: http://llvm.org/viewvc/llvm-project?rev=265341&view=rev
Log:
[Sema] Delete FIXME that has been fixed. NFC.

Modified:
    cfe/trunk/lib/Sema/SemaExpr.cpp

Modified: cfe/trunk/lib/Sema/SemaExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaExpr.cpp?rev=265341&r1=265340&r2=265341&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaExpr.cpp (original)
+++ cfe/trunk/lib/Sema/SemaExpr.cpp Mon Apr  4 14:44:16 2016
@@ -5089,8 +5089,6 @@ Sema::ActOnCallExpr(Scope *S, Expr *Fn,
 
     // 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;




More information about the cfe-commits mailing list