From 3adaa85b87b3d68dc18c1410c42601957fc1d920 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Mon, 4 Apr 2016 19:44:16 +0000 Subject: [PATCH] [Sema] Delete FIXME that has been fixed. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265341 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaExpr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index 93b5ff9c99..de9ebe7719 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -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; -- 2.40.0