[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:31:15 PDT 2020
compnerd marked 3 inline comments as done.
compnerd added inline comments.
================
Comment at: clang/include/clang/Basic/Attr.td:2121
+def SwiftBridgedTypedef : Attr {
+ let Spellings = [GNU<"swift_bridged_typedef">];
----------------
compnerd wrote:
> aaron.ballman wrote:
> > Should this be inherited on redeclarations?
> I don't see why not. @rjmccall, @doug.gregor any reason to not permit this to be inherited by redeclarations?
Checked, this should be inheritable, added a test case too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87396/new/
https://reviews.llvm.org/D87396
More information about the cfe-commits
mailing list