]> granicus.if.org Git - clang/commitdiff
Remove the FIXME as I said.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 23 Sep 2009 20:56:34 +0000 (20:56 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 23 Sep 2009 20:56:34 +0000 (20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82650 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclCXX.cpp

index a4679e0e281f2d2c8fd2375e00688dbbc37821c9..4de2de2b647741adc02d0a1d6ee505160ac0fbab 100644 (file)
@@ -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<CXXRecordDecl>(T2->getAs<RecordType>()->getDecl());