Skip to content

[Clang importer] Implement support for importing _Nullable_result. #34973

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 2 commits into from
Dec 9, 2020

Conversation

DougGregor
Copy link
Member

_Nullable_result indicates that a parameter of a completion handler
should be imported as optional when the completion handler can fail by
throwing an error.

Implements rdar://70108088.

@DougGregor
Copy link
Member Author

This depends on https://reviews.llvm.org/D92495.

`_Nullable_result` indicates that a parameter of a completion handler
should be imported as optional when the completion handler can fail by
throwing an error.

Implements rdar://70108088.
@DougGregor DougGregor force-pushed the import-nullable-result branch from 3bbfb84 to 82b44fc Compare December 8, 2020 22:52
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

2 similar comments
@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor
Copy link
Member Author

@swift-ci please smoke test

@DougGregor DougGregor merged commit 89dba54 into swiftlang:main Dec 9, 2020
@DougGregor DougGregor deleted the import-nullable-result branch December 9, 2020 21:03
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.

1 participant