mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IDE+Evaluator: refactor resolveProtocolName to using the request evaluator, NFC
This commit is contained in:
@@ -81,7 +81,7 @@ static bool swiftConformingMethodListImpl(
|
||||
// FIXME: error?
|
||||
return true;
|
||||
}
|
||||
registerIDETypeCheckRequestFunctions(CI.getASTContext().evaluator);
|
||||
registerIDERequestFunctions(CI.getASTContext().evaluator);
|
||||
CI.performSema();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user