[PATCH] D32009: Allow attributes with global variables
Jonathan Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 13 10:40:34 PDT 2017
jroelofs added inline comments.
================
Comment at: include/llvm/IR/Attributes.h:567
+
+ /// \brief The function attributes are returned.
+ AttributeList getAttributes() const { return Impl; }
----------------
I think autobrief has been turned on, so no need for `\brief` on any of these.
https://reviews.llvm.org/D32009
More information about the llvm-commits
mailing list