OpenMPClause.h: Fix a warning. [-Wdocumentation]

llvm-svn: 220266
This commit is contained in:
NAKAMURA Takumi 2014-10-21 06:40:57 +00:00
parent 581a5adfcf
commit e5ed1a4b2c
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ class OMPPrivateClause : public OMPVarListClause<OMPPrivateClause> {
/// \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<Expr *> VL);
/// \brief Gets the list of references to private copies with initializers for