[llvm] r236712 - Attributes.h: Fix incorrect \brief introduced in r236666. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Thu May 7 03:18:56 PDT 2015


Author: chapuni
Date: Thu May  7 05:18:56 2015
New Revision: 236712

URL: http://llvm.org/viewvc/llvm-project?rev=236712&view=rev
Log:
Attributes.h: Fix incorrect \brief introduced in r236666. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/IR/Attributes.h

Modified: llvm/trunk/include/llvm/IR/Attributes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Attributes.h?rev=236712&r1=236711&r2=236712&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Attributes.h (original)
+++ llvm/trunk/include/llvm/IR/Attributes.h Thu May  7 05:18:56 2015
@@ -477,7 +477,7 @@ public:
   /// \brief Remove the attributes from the builder.
   AttrBuilder &remove(const AttrBuilder &B);
 
-  /// \brief \brief Return true if the builder has any attribute that's in the
+  /// \brief Return true if the builder has any attribute that's in the
   /// specified builder.
   bool overlaps(const AttrBuilder &B) const;
 





More information about the llvm-commits mailing list