[PATCH] D69991: Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 17:09:09 PST 2019


aprantl added a comment.

Is it intentional that the direct method names use the exact same symbol namespace (`\01-[class message]`) as "real" Objective-C methods? Could that be a problem? Should we use a slightly different naming scheme?


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

https://reviews.llvm.org/D69991





More information about the cfe-commits mailing list