forked from OSchip/llvm-project
OpenMPClause.h: Fix a warning. [-Wdocumentation]
llvm-svn: 220266
This commit is contained in:
parent
581a5adfcf
commit
e5ed1a4b2c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue