mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
yields in generalized accessors: _read and _modify, which are yield-once corountines. This pass is based on the existing SIL verifier checks but diagnoses only those errors that can be introduced by programmers when using yields. <rdar://43578476>