[PATCH] D96175: [clang] Add support for attribute 'swift_async_error'

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 5 13:22:05 PST 2021


erik.pilkington created this revision.
erik.pilkington added reviewers: doug.gregor, aaron.ballman.
Herald added subscribers: jdoerfert, jkorous.
erik.pilkington requested review of this revision.

This attribute specifies how an error is represented for a swift async method. rdar://71941280


https://reviews.llvm.org/D96175

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/Misc/pragma-attribute-supported-attributes-list.test
  clang/test/SemaObjC/attr-swift-async-error.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96175.321863.patch
Type: text/x-patch
Size: 13671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210205/b42765a4/attachment.bin>


More information about the cfe-commits mailing list