mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit] Enable ASTContext caching in other completion-like requests
TypeContextInfo and ConformingMethodList rdar://problem/64782333
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user