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 * _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits