mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implement lookup of availability domains for identifiers on `AvailabilityDomainOrIdentifier`. Add a bit to that type which represents whether or not lookup has already been attempted. This allows both `AvailableAttr` and `AvailabilitySpec` to share a common implementation of domain lookup.