[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 23:29:06 PST 2019
MadCoder marked 3 inline comments as done.
MadCoder added inline comments.
================
Comment at: clang/lib/CodeGen/CGObjCMac.cpp:4075
+
+ if (OMD->isClassMethod()) {
+ const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(CD);
----------------
rjmccall wrote:
> MadCoder wrote:
> > I suspect this function requires synthesizing some debug metadata but I have absolutely no idea how and what ;)
> I'm sure Adrian has thoughts about that.
@aprantl said that the debug info looked right to him
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69991/new/
https://reviews.llvm.org/D69991
More information about the cfe-commits
mailing list