[PATCH] D59628: Add support for __attribute__((objc_class_stub))

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 13:27:41 PDT 2019


rjmccall added a comment.

Thanks!  Down to minor stuff now.



================
Comment at: clang/include/clang/Basic/Attr.td:291
+  string CustomCode = customCode;
 }
 def MicrosoftExt : LangOpt<"MicrosoftExt">;
----------------
Please add a comment here explaining how to use `CustomCode`.

Can we just remove `Negated` and define `COnly` as `!LangOpts.CPlusPlus`?


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

https://reviews.llvm.org/D59628





More information about the cfe-commits mailing list