r211011 - clang/AST/OpenMPClause.h: Update \param VL. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Jun 16 02:33:34 PDT 2014


Author: chapuni
Date: Mon Jun 16 04:33:34 2014
New Revision: 211011

URL: http://llvm.org/viewvc/llvm-project?rev=211011&view=rev
Log:
clang/AST/OpenMPClause.h: Update \param VL. [-Wdocumentation]

Modified:
    cfe/trunk/include/clang/AST/OpenMPClause.h

Modified: cfe/trunk/include/clang/AST/OpenMPClause.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/OpenMPClause.h?rev=211011&r1=211010&r2=211011&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Mon Jun 16 04:33:34 2014
@@ -800,7 +800,7 @@ public:
   /// \param LParenLoc Location of '('.
   /// \param ColonLoc Location of ':'.
   /// \param EndLoc Ending location of the clause.
-  /// \param N Number of the variables in the clause.
+  /// \param VL The variables in the clause.
   /// \param QualifierLoc The nested-name qualifier with location information
   /// \param NameInfo The full name info for reduction identifier.
   ///





More information about the cfe-commits mailing list