[PATCH] D92355: [clang] add a `swift_async_name` attribute

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 2 08:35:55 PST 2020


erik.pilkington accepted this revision.
erik.pilkington added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: clang/include/clang/Basic/AttrDocs.td:3640
+The argument is a string literal that contains the Swift name of the function or
+method. The name may be a compound Swift name. The function of method with such
+an attribute must have more than zero parameters, as its last parameter is
----------------
`function or method`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92355/new/

https://reviews.llvm.org/D92355



More information about the cfe-commits mailing list