Add package access level to enum AccessLevel

Resolves rdar://104198440
This commit is contained in:
Ellie Shin
2023-01-12 15:01:54 -08:00
parent 792be3fe85
commit 1c66d02f92
31 changed files with 57 additions and 5 deletions

View File

@@ -2188,6 +2188,7 @@ static uint8_t getRawStableAccessLevel(swift::AccessLevel access) {
CASE(Private)
CASE(FilePrivate)
CASE(Internal)
CASE(Package)
CASE(Public)
CASE(Open)
#undef CASE