[PATCH] D75574: RFC: Implement objc_direct_protocol attribute to remove protocol metadata
Dave Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 3 08:42:49 PDT 2020
kastiglione added inline comments.
================
Comment at: clang/include/clang/AST/DeclObjC.h:2181
+ /// This is true iff the protocol is tagged with the `objc_static_protocol`
+ /// attribute.
----------------
This comment refers to the original spelling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75574/new/
https://reviews.llvm.org/D75574
More information about the cfe-commits
mailing list