From e5ed1a4b2c8b85465652e3172024ba23f66a1af8 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] llvm-svn: 220266 --- 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 30ce1aa..0c3002c 100644 --- a/clang/include/clang/AST/OpenMPClause.h +++ b/clang/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.7.4