[Macros] Rename "synthesized member macros" to "member macros".

This commit is contained in:
Holly Borla
2023-01-26 21:47:06 -08:00
parent e2be2fefab
commit f6f57a8099
18 changed files with 30 additions and 31 deletions

View File

@@ -2227,7 +2227,7 @@ static uint8_t getRawStableMacroRole(swift::MacroRole context) {
CASE(Declaration)
CASE(Accessor)
CASE(MemberAttribute)
CASE(SynthesizedMembers)
CASE(Member)
}
#undef CASE
llvm_unreachable("bad result declaration macro kind");