Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift_jenkins
2020-05-23 09:58:24 -07:00
31 changed files with 904 additions and 480 deletions

View File

@@ -2247,9 +2247,6 @@ OperatorDecl *ModuleFile::lookupOperator(Identifier name,
if (getStableFixity(fixity) == item.first)
return cast<OperatorDecl>(getDecl(item.second));
}
// FIXME: operators re-exported from other modules?
return nullptr;
}