swift
a0ae93d3
- [AST/Sema] Add `@extensible` attribute on `enum` declarations
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
188 days ago
[AST/Sema] Add `@extensible` attribute on `enum` declarations This attribute controls whether cross-module access to the declaration needs `@unknown default:` because it's allowed to gain new cases even if the module is non-resilient.
References
#80503 - [AST/Sema] Add `@extensible` attribute on `enum` declarations
Author
xedin
Committer
xedin
Parents
4d28cc61
Loading