[llvm] r302106 - llvm/IR/Function.h: Prune an obsolete @param in r302060. [-Wdocumentation]

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 19:01:18 PDT 2017


Author: chapuni
Date: Wed May  3 21:01:18 2017
New Revision: 302106

URL: http://llvm.org/viewvc/llvm-project?rev=302106&view=rev
Log:
llvm/IR/Function.h: Prune an obsolete @param in r302060. [-Wdocumentation]

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

Modified: llvm/trunk/include/llvm/IR/Function.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Function.h?rev=302106&r1=302105&r2=302106&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Function.h (original)
+++ llvm/trunk/include/llvm/IR/Function.h Wed May  3 21:01:18 2017
@@ -466,7 +466,6 @@ public:
 
   /// @brief Determine if the parameter or return value is marked with NoAlias
   /// attribute.
-  /// @param n The parameter to check. 1 is the first parameter, 0 is the return
   bool returnDoesNotAlias() const {
     return AttributeSets.hasAttribute(AttributeList::ReturnIndex,
                                       Attribute::NoAlias);




More information about the llvm-commits mailing list