[PATCH] D15998: Implement __attribute__((gc_leaf_function)).
David Majnemer via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 11 17:40:48 PST 2016
majnemer added subscribers: aaron.ballman, majnemer.
majnemer added a comment.
This change looks fine modulo the documentation issue.
================
Comment at: include/clang/Basic/Attr.td:2177
@@ +2176,3 @@
+ let Subjects = SubjectList<[Function]>;
+ let Documentation = [Undocumented];
+}
----------------
@aaron.ballman prefers that all attributes we add have some documentation. This documentation would live in AttrDocs.td.
http://reviews.llvm.org/D15998
More information about the cfe-commits
mailing list