[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

@@ -2659,6 +2659,7 @@ getActualMacroRole(uint8_t context) {
CASE(MemberAttribute)
CASE(Member)
CASE(Peer)
CASE(Conformance)
#undef CASE
}
return None;