From: Fariborz Jahanian Date: Wed, 23 Sep 2009 20:56:34 +0000 (+0000) Subject: Remove the FIXME as I said. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b51138433969b163e6899836bba6c14ec2397cb;p=clang Remove the FIXME as I said. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclCXX.cpp b/lib/Sema/SemaDeclCXX.cpp index a4679e0e28..4de2de2b64 100644 --- a/lib/Sema/SemaDeclCXX.cpp +++ b/lib/Sema/SemaDeclCXX.cpp @@ -3472,7 +3472,6 @@ Sema::CheckReferenceInit(Expr *&Init, QualType DeclType, // the best one through overload resolution (13.3)), if (!isRValRef && !SuppressUserConversions && T2->isRecordType() && !RequireCompleteType(SourceLocation(), T2, 0)) { - // FIXME: Look for conversions in base classes! CXXRecordDecl *T2RecordDecl = dyn_cast(T2->getAs()->getDecl());