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

Pierre Habouzit via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 13 01:28:06 PST 2019


MadCoder marked an inline comment as done.
MadCoder added inline comments.


================
Comment at: clang/lib/CodeGen/CGObjCGNU.cpp:3885
+{
+  // GNU runtime doesn't support direct calls at this time
+}
----------------
MadCoder wrote:
> rjmccall wrote:
> > This doesn't seem to be diagnosed in Sema.
> how should I do it, is there an example I can follow?
actually figured it out.


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

https://reviews.llvm.org/D69991





More information about the cfe-commits mailing list