[PATCH] D20074: Add support for metadata attachments for global variables.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 11:13:08 PDT 2016
pcc marked an inline comment as done.
================
Comment at: include/llvm/IR/GlobalObject.h:74
@@ -65,1 +73,3 @@
+ /// \brief Check if this has any metadata.
+ bool hasMetadata() const { return hasMetadataHashEntry(); }
----------------
aprantl wrote:
> FYI: We run doxygen with auto-brief now. This makes "\brief" in redundant for one-sentence first paragraphs. Yay!
Yep. This was moved from Function so I didn't look too closely at it. Fixed.
http://reviews.llvm.org/D20074
More information about the llvm-commits
mailing list