mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Now that `AccessBase` is an enum, it makes sense to add an `unidentified` case. This avoids dealing with optional AccessBases in several place. Clients don't need to make both, an optional check and a switch, but can check for unidentified access bases just in a single switch statement.