8000 🍒[Clang][Sema] Allow qualified type names in `swift_name` attribute by egorzhdan · Pull Request #10911 · swiftlang/llvm-project · GitHub
[go: up one dir, main page]

Skip to content

🍒[Clang][Sema] Allow qualified type names in swift_name attribute #10911

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
Jun 27, 2025

Conversation

egorzhdan
Copy link

Upstream PR: llvm#145947

This will allow adding __attribute__((swift_name("MyNamespace.MyType.my_method()"))) on standalone C++ functions to make Swift import them as member functions of a type that is nested in a C++ namespace.

rdar://138934888

This will allow adding `__attribute__((swift_name("MyNamespace.MyType.my_method()")))` on standalone C++ functions to make Swift import them as member functions of a type that is nested in a C++ namespace.

rdar://138934888
@egorzhdan egorzhdan merged commit 25a72fa into stable/20250601 Jun 27, 2025
@egorzhdan egorzhdan deleted the egorzhdan/20250601-allow-qual-swift-name branch June 27, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0