Remove the FIXME as I said.

llvm-svn: 82650
This commit is contained in:
Fariborz Jahanian 2009-09-23 20:56:34 +00:00
parent af0262dccf
commit 71130ca141
1 changed files with 0 additions and 1 deletions

View 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());