From aee59aede291f65e78739fb2ab76972dbf058006 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 16 Jun 2014 09:33:34 +0000 Subject: [PATCH] clang/AST/OpenMPClause.h: Update \param VL. [-Wdocumentation] llvm-svn: 211011 --- clang/include/clang/AST/OpenMPClause.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/AST/OpenMPClause.h b/clang/include/clang/AST/OpenMPClause.h index d205dcd94566..82a6d2992b76 100644 --- a/clang/include/clang/AST/OpenMPClause.h +++ b/clang/include/clang/AST/OpenMPClause.h @@ -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. ///