mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #33922 from slavapestov/sil-parser-overhaul
SILParser: Fix for removal of parse-time name lookup
This commit is contained in:
@@ -1617,7 +1617,9 @@ class CodeCompletionCallbacksImpl : public CodeCompletionCallbacks {
|
||||
const auto ty = swift::performTypeResolution(
|
||||
ParsedTypeLoc.getTypeRepr(), P.Context,
|
||||
/*isSILMode=*/false,
|
||||
/*isSILType=*/false, CurDeclContext->getGenericEnvironmentOfContext(),
|
||||
/*isSILType=*/false,
|
||||
CurDeclContext->getGenericEnvironmentOfContext(),
|
||||
/*GenericParams=*/nullptr,
|
||||
CurDeclContext,
|
||||
/*ProduceDiagnostics=*/false);
|
||||
ParsedTypeLoc.setType(ty);
|
||||
|
||||
Reference in New Issue
Block a user