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

This commit is contained in:
swift-ci
2018-11-09 07:29:33 -08:00
36 changed files with 614 additions and 79 deletions

View File

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