mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Distributed] Complete handling of protocol calls and witnesses using adjusted mangling scheme (#72416)
This commit is contained in:
committed by
GitHub
parent
40d9ea598e
commit
6132386371
@@ -357,6 +357,7 @@ UIdent SwiftLangSupport::getUIDForAccessor(const ValueDecl *D,
|
||||
bool IsRef) {
|
||||
switch (AccKind) {
|
||||
case AccessorKind::Get:
|
||||
case AccessorKind::DistributedGet:
|
||||
return IsRef ? KindRefAccessorGetter : KindDeclAccessorGetter;
|
||||
case AccessorKind::Set:
|
||||
return IsRef ? KindRefAccessorSetter : KindDeclAccessorSetter;
|
||||
|
||||
Reference in New Issue
Block a user