mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
c7ce5a8aed
In some cases, it's useful to allow an availability macro to expand to an empty availability specification list. Allow developers to express this using macros that are defined to exactly the string `*`, while continuing to reject `*` in availability macros that contain other entries.