This revision was automatically updated to reflect the committed changes.
erik.pilkington marked 2 inline comments as done.
Closed by commit rG5a28e1d9e50e: [clang] Add support for attribute
'swift_async' (authored by erik.pilkington).
Herald added a project: clang.
Changed prior to commit:
htt
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM aside from a minor nit.
Comment at: clang/include/clang/Basic/AttrDocs.td:4367
+``actuallyAsync:callThisAsync`` wouldn't have been imported as ``async`` if not
+for ``swift_async`` because it doesn't matc
doug.gregor accepted this revision.
doug.gregor added a comment.
This revision is now accepted and ready to land.
This looks good. I went ahead and tested it as part of adoption in Swift's
Clang importer, over at https://github.com/apple/swift/pull/34985
CHANGES SINCE LAST ACTION
https://revi
erik.pilkington created this revision.
erik.pilkington added reviewers: arphaman, doug.gregor, aaron.ballman.
Herald added subscribers: jdoerfert, ributzka, jkorous.
erik.pilkington requested review of this revision.
This attributes specifies how (or if) a given function or method will be
importe