We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e121cb0 commit cb20d0eCopy full SHA for cb20d0e
lib/IDE/CompletionInstance.cpp
@@ -362,11 +362,6 @@ bool swift::ide::CompletionInstance::performOperation(
362
// source text. That breaks an invariant of syntax tree building.
363
Invocation.getLangOptions().BuildSyntaxTree = false;
364
365
- // This validation may call stat(2) many times. Disable it to prevent
366
- // performance regression.
367
- Invocation.getSearchPathOptions().DisableModulesValidateSystemDependencies =
368
- true;
369
-
370
// Since caching uses the interface hash, and since per type fingerprints
371
// weaken that hash, disable them here:
372
Invocation.getLangOptions().EnableTypeFingerprints = false;
0 commit comments