Skip to content

[AST/Printing] Don't omit empty labels in special names #19525

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

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Sep 25, 2018

This makes diagnostics more verbose and accurate, because
it's possible to distinguish how many parameters there are
based on the message itself.

Also there are multiple diagnostic messages in a format of
<descriptive-kind> <decl-name> ... that get printed as
e.g. subscript 'subscript' if empty labels are omitted.

This makes diagnostics more verbose and accurate, because
it's possible to distinguish how many parameters there are
based on the message itself.

Also there are multiple diagnostic messages in a format of
`<descriptive-kind> <decl-name> ...` that get printed as
e.g. `subscript 'subscript'` if empty labels are omitted.
@xedin xedin requested a review from jrose-apple September 25, 2018 01:45
@xedin
Copy link
Contributor Author

xedin commented Sep 25, 2018

@swift-ci please test

@xedin xedin merged commit c7adca2 into swiftlang:master Sep 25, 2018
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.

2 participants