mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] ASTContext::getLazyResolver -> ASTContext::getLegacyGlobalTypeChecker
This commit is contained in:
@@ -1643,7 +1643,7 @@ public:
|
||||
Importer(static_cast<ClangImporter *>(CurrDeclContext->getASTContext().
|
||||
getClangModuleLoader())),
|
||||
CompletionContext(CompletionContext) {
|
||||
(void)createTypeChecker(Ctx);
|
||||
(void)swift::createTypeChecker(Ctx);
|
||||
|
||||
// Determine if we are doing code completion inside a static method.
|
||||
if (CurrDeclContext) {
|
||||
|
||||
Reference in New Issue
Block a user