Skip to content

[6.2][cxx-interop] Support Swiftifying C++ constructors #82061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/6.2
Choose a base branch
from

Conversation

Xazax-hun
Copy link
Contributor

Explanation: We did not have support to generate swiftified overload for initializers. This PR adds that support.
Issue: rdar://152112660
Risk: Low, the feature is localized to swiftified overloads.
Testing: Regression test added.
Original PR: #81947
Reviewer: @hnrklssn

@Xazax-hun Xazax-hun requested a review from hnrklssn June 6, 2025 13:38
@Xazax-hun Xazax-hun requested a review from a team as a code owner June 6, 2025 13:38
@Xazax-hun Xazax-hun added c++ interop Feature: Interoperability with C++ 🍒 release cherry pick Flag: Release branch cherry picks swift 6.2 labels Jun 6, 2025
Explanation: We did not have support to generate swiftified overload for
initializers. This PR adds that support.
Issue: rdar://152112660
Risk: Low, the feature is localized to swiftified overloads.
Testing: Regression test added.
Original PR: #81947
Reviewer: @hnrklssn
@Xazax-hun Xazax-hun force-pushed the gaborh/swiftify-initializers-on-6.2 branch from e67f27b to 2b33c44 Compare June 6, 2025 14:34
@Xazax-hun
Copy link
Contributor Author

@swift-ci please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ interop Feature: Interoperability with C++ 🍒 release cherry pick Flag: Release branch cherry picks swift 6.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants