mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -803,11 +803,6 @@ void CompilerInstance::parseAndCheckTypesUpTo(
|
||||
options.SwitchCheckingInvocationThreshold);
|
||||
});
|
||||
|
||||
// Even if there were no source files, we should still record known
|
||||
// protocols.
|
||||
if (auto *stdlib = Context->getStdlibModule())
|
||||
Context->recordKnownProtocols(stdlib);
|
||||
|
||||
if (Invocation.isCodeCompletion()) {
|
||||
performDelayedParsing(MainModule, PersistentState,
|
||||
Invocation.getCodeCompletionFactory());
|
||||
|
||||
Reference in New Issue
Block a user