Skip to content

[cxx-interop] Export empty enums as namespaces #83616

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: main
Choose a base branch
from

Conversation

Xazax-hun
Copy link
Contributor

It is a common idiom in Swift to use empty enums as namespaces. Previously, we just exported all zero sized types as unavailable declarations so users had no way to access anything in these "namespaces". This PR changes reverse interop to treat empty enums as namespaces.

rdar://147499583

It is a common idiom in Swift to use empty enums as namespaces.
Previously, we just exported all zero sized types as unavailable
declarations so users had no way to access anything in these
"namespaces". This PR changes reverse interop to treat empty enums as
namespaces.

rdar://147499583
@Xazax-hun Xazax-hun added the c++ interop Feature: Interoperability with C++ label Aug 8, 2025
@Xazax-hun
Copy link
Contributor Author

@swift-ci please smoke 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++
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant