mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The `hasStorage()` computation is used in many places to determine the signatures of other declarations. It currently needs to expand accessor macros, which causes a number of cyclic references. Provide a simplified request to determine `hasStorage` without expanding or resolving macros, breaking a common pattern of cycles when using macros. Fixes rdar://109668383.
288 KiB
288 KiB