r220266 - OpenMPClause.h: Fix a warning. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Mon Oct 20 23:40:58 PDT 2014
Author: chapuni
Date: Tue Oct 21 01:40:57 2014
New Revision: 220266
URL: http://llvm.org/viewvc/llvm-project?rev=220266&view=rev
Log:
OpenMPClause.h: Fix a warning. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/AST/OpenMPClause.h
Modified: cfe/trunk/include/clang/AST/OpenMPClause.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/OpenMPClause.h?rev=220266&r1=220265&r2=220266&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Tue Oct 21 01:40:57 2014
@@ -950,7 +950,7 @@ class OMPPrivateClause : public OMPVarLi
/// \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
More information about the cfe-commits
mailing list