mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Macros] Initial implementation of conformance macros.
This commit is contained in:
@@ -2234,6 +2234,7 @@ static uint8_t getRawStableMacroRole(swift::MacroRole context) {
|
||||
CASE(MemberAttribute)
|
||||
CASE(Member)
|
||||
CASE(Peer)
|
||||
CASE(Conformance)
|
||||
}
|
||||
#undef CASE
|
||||
llvm_unreachable("bad result declaration macro kind");
|
||||
|
||||
Reference in New Issue
Block a user