Skip to content

[CodeCompletion] Fixed a crasher regarding malformed operator decl #23192

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
Mar 12, 2019

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Mar 9, 2019

Infix operator completion used to crash if multiple infix operators with the same name are declared in the module. (Because precedencegroup for such operator cannot be resolved).

rdar://problem/48648877

Infix operator completion used to crash if multiple infix operators with the
same name are declared in the module.

rdar://problem/48648877
@rintaro
Copy link
Member Author

rintaro commented Mar 9, 2019

@swift-ci Please smoke test

@rintaro rintaro requested a review from benlangmuir March 9, 2019 00:52
@rintaro rintaro merged commit 2924be7 into swiftlang:master Mar 12, 2019
@rintaro rintaro deleted the ide-completion-infix-rdar48648877 branch March 12, 2019 18:20
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