swift
bbc48168
- [sema] Move getConcurrencyDiagnosticBehaviorLimit and hasExplicitSendableConformance out of Sema and into libAST.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[sema] Move getConcurrencyDiagnosticBehaviorLimit and hasExplicitSendableConformance out of Sema and into libAST. I am going to expose this on TypeBase, so I am attempting to prevent a layering violation in between AST and Sema.
References
#76075 - [region-isolation] Treat as Sendable values that are meant to be ignored since they are marked with preconcurrency
Author
gottesmm
Committer
gottesmm
Parents
f075e4eb
Loading