Skip to content

AST: Refactor AvailabilityDomain to prepare for external definitions #78627

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

Conversation

tshortli
Copy link
Contributor

@tshortli tshortli commented Jan 14, 2025

Represent an AvailabilityDomain as a pointer union where one member of the union is inline storage for built-in domains with known requirements and the other member of the union is a pointer to an externally allocated domain definition.

NFC.

Represent an AvailabilityDomain as a pointer union where one member of the
union is inline storage for built-in domains with known requirements and the
other member of the union is a pointer to an externally allocated domain
definition.

NFC.
@tshortli
Copy link
Contributor Author

@swift-ci please smoke test

@tshortli tshortli enabled auto-merge January 14, 2025 06:12
@tshortli tshortli merged commit 1233c4e into swiftlang:main Jan 14, 2025
3 checks passed
@tshortli tshortli deleted the availability-domain-external-definition-refactor branch January 14, 2025 15:57
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