swift
swift copied to clipboard
The Swift Programming Language
Copying verbatim from #80453 - **Explanation**: This started failing after an update as we don't have a lockfile committed. - **Scope**: Style - **Issue**: n/a - **Risk**: None, the failing...
This fixes crashes in LLDB expression evaluation when calling virtual Open functions. rdar://147797657 (cherry picked from commit f4a0f4b33990a400dffbea1c5eb77e22ac51c934) See https://github.com/swiftlang/swift/pull/80691 Description: Fixes a crash in LLDB when calling an open...
Reverts swiftlang/swift#80690
This fixes crashes in LLDB expression evaluation when calling virtual Open functions. rdar://147797657 (cherry picked from commit f4a0f4b33990a400dffbea1c5eb77e22ac51c934) See https://github.com/swiftlang/swift/pull/80691 Description: Fixes a crash in LLDB when calling an open...
[[LLDB] Fix conditional to also support AccessLevel::Open](https://github.com/swiftlang/swift/commit/3cae38d831d58e4a27a01ff32a0dd731ab0d3e69) This fixes crashes in LLDB expression evaluation when calling virtual Open functions. rdar://147797657 and [Improve legibility of conditional](https://github.com/swiftlang/swift/commit/f3815ad25b56b4627b96cbea2bb817748f116e8e) Commit https://github.com/swiftlang/swift/commit/bceb8176dd6f7a64fadef01f51ae1ef1db346c6a made the following...
We check it in Task.h so it needs to be defined by that point.
Cherry-pick https://github.com/swiftlang/swift/pull/80695 to `release/6.2`. We check it in Task.h so it needs to be defined by that point.
rdar://148840350
Reverts swiftlang/swift#79707