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

This commit is contained in:
swift_jenkins
2020-06-10 10:39:00 -07:00
31 changed files with 298 additions and 43 deletions

View File

@@ -691,6 +691,8 @@ FileUnit *SerializedModuleLoaderBase::loadAST(
M.setTestingEnabled();
if (extendedInfo.arePrivateImportsEnabled())
M.setPrivateImportsEnabled();
if (extendedInfo.isImplicitDynamicEnabled())
M.setImplicitDynamicEnabled();
auto diagLocOrInvalid = diagLoc.getValueOr(SourceLoc());
loadInfo.status =