mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Due to the mapping of iOS platform availability to tvOS platform availability, we were ending up inferring an availability attribute `@available(tvOS)` for an associated type, which does not parse properly. Suppress the creation of inferred availability attributes when they convey no information (e.g., because they have no introduced/deprecated/obsoleted/etc. in them). Fixes rdar://123545422.