[PATCH] D150740: [clang] Add `__attribute__((nooutline))`
Jon Roelofs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 17:21:24 PDT 2023
jroelofs accepted this revision.
jroelofs added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang/include/clang/Basic/Attr.td:1474
+ let Spellings = [Clang<"nooutline">];
+ let Subjects = SubjectList<[Function, ObjCMethod]>;
+ let Documentation = [NoOutlineDocs];
----------------
does it make sense on `Block` too?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150740/new/
https://reviews.llvm.org/D150740
More information about the cfe-commits
mailing list