mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We were relying on attributes being propagated by the type-checker, for example from a property to its accessors, but the goal is for these to be caculated lazily by the request evaluator, so we should be checking the AST predicates instead. As a workaround, force calculating them to cause the attributes to be added for now to fix a CI failure. Patch by @slavapestov rdar://50184238
70 KiB
70 KiB