Skip to content

🍒[cxx-interop] Test symbolic interface generation for new features #73281

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

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

egorzhdan
Copy link
Contributor

@egorzhdan egorzhdan commented Apr 26, 2024

Explanation: This is a test-only change that ensures that a symbolic interface for a C++ module will include these features: move-only types and virtual methods.
Scope: Only tests were changed.
Risk: Low.
Issue: rdar://125816549

Original PR: #73248

This adds a test that ensures that a symbolic interface for a C++ module will include these features:
* move-only types
* virtual methods

Default arguments are already tested.

rdar://125816549
(cherry picked from commit 442f9c1)
@egorzhdan egorzhdan added the c++ interop Feature: Interoperability with C++ label Apr 26, 2024
@egorzhdan
Copy link
Contributor Author

@swift-ci please test

@egorzhdan egorzhdan marked this pull request as ready for review April 26, 2024 14:39
@egorzhdan egorzhdan requested a review from a team as a code owner April 26, 2024 14:39
@egorzhdan egorzhdan merged commit 21fddf0 into release/6.0 Apr 26, 2024
@egorzhdan egorzhdan deleted the egorzhdan/6.0-test-symbolic-new-features branch April 26, 2024 18:44
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++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants