mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IDE+Evaluator: converge multiple type relation checks into a single sema request, NFC
From libIDE, the utility functions will invoke the request in the implementation.
This commit is contained in:
@@ -969,6 +969,7 @@ static bool reportModuleDocInfo(CompilerInvocation Invocation,
|
||||
return true;
|
||||
|
||||
ASTContext &Ctx = CI.getASTContext();
|
||||
registerIDERequestFunctions(Ctx.evaluator);
|
||||
(void)createTypeChecker(Ctx);
|
||||
|
||||
SourceTextInfo IFaceInfo;
|
||||
|
||||
Reference in New Issue
Block a user