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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 14 12:34:22 PST 2019


rjmccall added inline comments.


================
Comment at: clang/lib/Sema/SemaExprObjC.cpp:1129
+  }
+}
+
----------------
Is this a good idea to do for arbitrary diagnostics?  I feel like saying "direct" in the note when that has nothing to do with the conflict could be a little misleading.


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

https://reviews.llvm.org/D69991





More information about the cfe-commits mailing list