mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into manually-merge-main-to-rebranch
Conflicts:
- `lib/PrintAsClang/PrintSwiftToClangCoreScaffold.cpp` not positive
what the cause here was, just took main.
This commit is contained in:
@@ -310,11 +310,9 @@ ModuleFile::getTransitiveLoadingBehavior(const Dependency &dependency,
|
||||
// as a partial module.
|
||||
auto isPartialModule = mod->isMainModule();
|
||||
|
||||
return Core->getTransitiveLoadingBehavior(dependency.Core,
|
||||
ctx.LangOpts.DebuggerSupport,
|
||||
isPartialModule,
|
||||
ctx.LangOpts.PackageName,
|
||||
forTestable);
|
||||
return Core->getTransitiveLoadingBehavior(
|
||||
dependency.Core, ctx.LangOpts.ImportNonPublicDependencies,
|
||||
isPartialModule, ctx.LangOpts.PackageName, forTestable);
|
||||
}
|
||||
|
||||
bool ModuleFile::mayHaveDiagnosticsPointingAtBuffer() const {
|
||||
|
||||
Reference in New Issue
Block a user