Skip to content
Snippets Groups Projects
Commit d157fccb authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220266 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5bec154e
No related branches found
No related tags found
No related merge requests found
...@@ -950,7 +950,7 @@ class OMPPrivateClause : public OMPVarListClause<OMPPrivateClause> { ...@@ -950,7 +950,7 @@ class OMPPrivateClause : public OMPVarListClause<OMPPrivateClause> {
/// \brief Sets the list of references to private copies with initializers for /// \brief Sets the list of references to private copies with initializers for
/// new private variables. /// new private variables.
/// \param InitVL List of references. /// \param VL List of references.
void setPrivateCopies(ArrayRef<Expr *> VL); void setPrivateCopies(ArrayRef<Expr *> VL);
/// \brief Gets the list of references to private copies with initializers for /// \brief Gets the list of references to private copies with initializers for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment