r231903 - CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Tue Mar 10 20:51:41 PDT 2015


Author: chapuni
Date: Tue Mar 10 22:51:40 2015
New Revision: 231903

URL: http://llvm.org/viewvc/llvm-project?rev=231903&view=rev
Log:
CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-Wdocumentation]

Modified:
    cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h

Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h?rev=231903&r1=231902&r2=231903&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Tue Mar 10 22:51:40 2015
@@ -285,7 +285,7 @@ public:
   /// PartID, struct context_vars*).
   /// \param D OpenMP directive.
   /// \param ThreadIDVar Variable for thread id in the current OpenMP region.
-  /// \param PartID If not nullptr - variable used for part id in tasks.
+  /// \param PartIDVar If not nullptr - variable used for part id in tasks.
   ///
   virtual llvm::Value *emitTaskOutlinedFunction(const OMPExecutableDirective &D,
                                                 const VarDecl *ThreadIDVar,





More information about the cfe-commits mailing list