Update convention detection to accomodate changes from:
https://github.com/DougGregor/swift-evolution/blob/concurrency-objc/proposals/NNNN-concurrency-objc.md#asynchronous-completion-handler-methods
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks all clear.
In that document there's also a clause that the conventional completion handler discovered through its suffix has to be the last parameter. I don't immediately see that respective check in the code. Do we have it?
Comment Actions
You are right on that part, I'll try to incorporate that check into the current (a bit tangled) logic.