[clang] add a `swift_async_name` attribute
The swift_async_name attribute provides a name for a function/method that can be used to call the async overload of this method from Swift. This name specified in this attribute assumes that the last parameter in the function/method its applied to is removed when Swift invokes it, as the the Swift's await/async transformation implicitly constructs the callback. Differential Revision: https://reviews.llvm.org/D92355
Loading
Please sign in to comment