[Macros] Initial implementation of conformance macros.

This commit is contained in:
Holly Borla
2023-02-22 22:12:21 -08:00
parent fedf86ff76
commit a3caacd309
27 changed files with 265 additions and 8 deletions

View File

@@ -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");