]> granicus.if.org Git - clang/commitdiff
OpenMPClause.h: Fix typo in \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 26 Feb 2016 03:15:09 +0000 (03:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 26 Feb 2016 03:15:09 +0000 (03:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261962 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OpenMPClause.h

index f6c5b21ed7a72883dd350bb095f947e63cbb6ba5..17efb9468c4af6b8f9eefb65c2d2c5d9b8a885d7 100644 (file)
@@ -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 *