Commit Graph

1 Commits

Author SHA1 Message Date
Allan Shortlidge
7ba9601e64 Sema: Skip storage diagnostic for @exclusivity in swiftinterfaces.
Relax the diagnostics for the `@exclusivity` attribute in order to avoid type
checking failures for `public private(set)` properties in resilient libraries.
In a `swiftinterface` it's not possible to tell reliably whether a property has
storage.

Resolves rdar://107770440
2023-04-07 21:23:27 -07:00