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 6a7030b commit 062f953Copy full SHA for 062f953
lib/IDE/CompletionInstance.cpp
@@ -328,11 +328,6 @@ bool swift::ide::CompletionInstance::performOperation(
328
// source text. That breaks an invariant of syntax tree building.
329
Invocation.getLangOptions().BuildSyntaxTree = false;
330
331
- // This validation may call stat(2) many times. Disable it to prevent
332
- // performance regression.
333
- Invocation.getSearchPathOptions().DisableModulesValidateSystemDependencies =
334
- true;
335
-
336
// FIXME: ASTScopeLookup doesn't support code completion yet.
337
Invocation.disableASTScopeLookup();
338
0 commit comments