-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[WIP] Remove ParameterTypeFlags from ParenType and TupleType #39318
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
@slavapestov Another cleanup you might be interested in :) |
Great stuff! |
It might be worth getting rid of TypeBase::isMaterializable() now, and replacing it with |
a8ebc5f
to
5ed764a
Compare
This comment has been minimized.
This comment has been minimized.
5ed764a
to
9eaf803
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9eaf803
to
90b1cf1
Compare
@swift-ci please test |
@swift-ci please test compiler performance |
Finally got around to re-visiting this, fresh PR: #60263 |
This will almost certainly be split into a bunch of smaller patches, just want to give it an initial run over the source compat suite.