r261962 - OpenMPClause.h: Fix typo in \param. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 19:15:09 PST 2016
Author: chapuni
Date: Thu Feb 25 21:15:09 2016
New Revision: 261962
URL: http://llvm.org/viewvc/llvm-project?rev=261962&view=rev
Log:
OpenMPClause.h: Fix typo in \param. [-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=261962&r1=261961&r2=261962&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Thu Feb 25 21:15:09 2016
@@ -1524,7 +1524,7 @@ public:
/// lastprivate clause.
/// \param PreInit Statement that must be executed before entering the OpenMP
/// region with this clause.
- /// \param PostInit Expression that must be executed after exit from the
+ /// \param PostUpdate Expression that must be executed after exit from the
/// OpenMP region with this clause.
///
static OMPLastprivateClause *
More information about the cfe-commits
mailing list