Skip to content
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

[cxx-interop] Implement annotationg escapability for class template specs #76748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Xazax-hun
Copy link
Contributor

@Xazax-hun Xazax-hun commented Sep 27, 2024

We import class template specializations via type alias declarations. This patch adds logic to look for declaration attributes on the type alias declarations to mark the underlying class template specialization type as non-escapable.

…pecs

We import class template specializations via type alias declarations.
This patch adds logic to look for declaration attributes on the type
alias declaration to mark the underlying class template specialization
type as non-escapable.
@Xazax-hun Xazax-hun added the c++ interop Feature: Interoperability with C++ label Sep 27, 2024
@Xazax-hun
Copy link
Contributor Author

@swift-ci please smoke test

@fahadnayyar fahadnayyar self-requested a review September 28, 2024 02:15
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