[PATCH] D87396: Sema: add support for `__attribute__((__swift_bridged_typedef__))`

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 14 14:32:04 PDT 2020


compnerd updated this revision to Diff 291687.
compnerd added a comment.

- make the attribute inheritable
- add a test case for inheritance
- add a test case for C++ type alias


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87396

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87396.291687.patch
Type: text/x-patch
Size: 4584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200914/4b6d6ad9/attachment-0001.bin>


More information about the cfe-commits mailing list