-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[SyntaxParse] Finish type parsing #27466
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
@swift-ci Please Python lint |
@swift-ci Please test |
Build failed |
Build failed |
- Type attributes - SIL types
Now we always construct Array/DictionaryTypeSyntax even if ']' is missing.
instead of using that as a deprecated use of 'inout'.
instead of Parser. So the completion get the correct decl context.
b9a74bb
to
5dceb39
Compare
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test Linux |
…xparse-type"" This reverts commit 4eadbaa.
Now type parsing is completely migrated to libSyntax parsing.