gribozavr2 added inline comments.

================
Comment at: clang/include/clang/Basic/AttrDocs.td:3387
+The ``swift_objc_members`` attribute maps to the ``@objcMembers`` Swift
+attribute, which indicates that Swift members of this class, its subclasses, 
and
+all extensions thereof, will implicitly be exposed back to Objective-C.
----------------
aaron.ballman wrote:
> The documentation is a bit hard to follow -- the user is going to be adding 
> this attribute to an ObjC interface, so the docs should be talking about what 
> that means from the ObjC side of things more so than the Swift side, no?
IIUC, this attribute has no effect on the Objective-C users of this type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87395

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

Reply via email to