-
Notifications
You must be signed in to change notification settings - Fork 10.5k
SILGen/ClangImporter: Handle async imports with a boolean error flag argument. #36061
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
SILGen/ClangImporter: Handle async imports with a boolean error flag argument. #36061
Conversation
…argument. Import APIs with the `swift_async_error` attribute in `zero_argument` or `nonzero_argument` modes by checking the corresponding boolean argument to indicate the error status, instead of treating it as part of the result tuple. rdar://70594666
aad21d7
to
4bb49ba
Compare
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please clean test |
Build failed |
@swift-ci Please build toolchain |
@swift-ci Please test OS X |
Linux Toolchain (Ubuntu 16.04) Install command |
Build failed |
@swift-ci Please test |
Build failed |
Build failed |
dc4c1ae
to
fb199df
Compare
@swift-ci Please test |
Build failed |
@swift-ci please test Linux |
Import APIs with the
swift_async_error
attribute inzero_argument
ornonzero_argument
modes by checking the corresponding boolean argument to indicate the error status, instead of
treating it as part of the result tuple. rdar://70594666