mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #30439 from CodaFi/swift-is-an-untyped-languge-now-i-dont-make-the-rules
[NFC] Break TypeChecker Down Into a Namespace
This commit is contained in:
@@ -240,7 +240,7 @@ bool CompilerInstance::setUpASTContextIfNeeded() {
|
||||
if (setUpModuleLoaders())
|
||||
return true;
|
||||
|
||||
createTypeChecker(*Context);
|
||||
Context->setLegacySemanticQueriesEnabled();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user