From: NAKAMURA Takumi Date: Tue, 21 Oct 2014 06:40:57 +0000 (+0000) Subject: OpenMPClause.h: Fix a warning. [-Wdocumentation] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5ed1a4b2c8b85465652e3172024ba23f66a1af8;p=platform%2Fupstream%2Fllvm.git OpenMPClause.h: Fix a warning. [-Wdocumentation] llvm-svn: 220266 --- 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