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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to