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

@@ -2481,6 +2481,7 @@ static Optional<swift::AccessLevel> getActualAccessLevel(uint8_t raw) {
CASE(Private)
CASE(FilePrivate)
CASE(Internal)
CASE(Package)
CASE(Public)
CASE(Open)
#undef CASE