mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Macros] Initial implementation of conformance macros.
This commit is contained in:
@@ -2659,6 +2659,7 @@ getActualMacroRole(uint8_t context) {
|
||||
CASE(MemberAttribute)
|
||||
CASE(Member)
|
||||
CASE(Peer)
|
||||
CASE(Conformance)
|
||||
#undef CASE
|
||||
}
|
||||
return None;
|
||||
|
||||
Reference in New Issue
Block a user