mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When the requisite support in Clang for `__attribute__((swift_async_error))` parameters lands, this will let us represent APIs that take completion handlers in the general shape of `void (^)(BOOL, id, NSError*)`, where the boolean argument indicates the presence of an error rather than the nilness of the `NSError*` argument.
8.3 KiB
8.3 KiB