From: Douglas Gregor Date: Mon, 10 Nov 2008 17:01:38 +0000 (+0000) Subject: Remove an out-of-date FIXME X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25e70871412a48466673d695fd7ed591231e23f0;p=clang Remove an out-of-date FIXME git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58990 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaOverload.cpp b/lib/Sema/SemaOverload.cpp index fdd5e4d8b2..176701e57d 100644 --- a/lib/Sema/SemaOverload.cpp +++ b/lib/Sema/SemaOverload.cpp @@ -912,7 +912,6 @@ bool Sema::IsUserDefinedConversion(Expr *From, QualType ToType, switch (BestViableFunction(CandidateSet, Best)) { case OR_Success: // Record the standard conversion we used and the conversion function. - // FIXME: Handle user-defined conversion operators. if (CXXConstructorDecl *Constructor = dyn_cast(Best->Function)) { // C++ [over.ics.user]p1: