From d157fccb153101ae144bb1fe0943ee47e32d32ea Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 21 Oct 2014 06:40:57 +0000 Subject: [PATCH] OpenMPClause.h: Fix a warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220266 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/OpenMPClause.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h index 30ce1aaeec..0c3002c103 100644 --- a/include/clang/AST/OpenMPClause.h +++ b/include/clang/AST/OpenMPClause.h @@ -950,7 +950,7 @@ class OMPPrivateClause : public OMPVarListClause { /// \brief Sets the list of references to private copies with initializers for /// new private variables. - /// \param InitVL List of references. + /// \param VL List of references. void setPrivateCopies(ArrayRef VL); /// \brief Gets the list of references to private copies with initializers for -- 2.40.0