[SourceKit] Enable ASTContext caching in other completion-like requests

TypeContextInfo and ConformingMethodList

rdar://problem/64782333
This commit is contained in:
Rintaro Ishizaki
2020-06-26 12:49:22 -07:00
parent af52886394
commit bbec1ebfbf
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ void SwiftLangSupport::getConformingMethodList(
if (!swiftConformingMethodListImpl(*this, UnresolvedInputFile, Offset, Args,
ExpectedTypeNames, Consumer, fileSystem,
/*EnableASTCaching=*/false, error)) {
/*EnableASTCaching=*/true, error)) {
SKConsumer.failed(error);
}
}