From: NAKAMURA Takumi Date: Wed, 11 Mar 2015 03:51:40 +0000 (+0000) Subject: CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-Wdocument... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8af4f898cff6212f8d307ac0d9a0ca87a9994b9;p=clang CGOpenMPRuntime.h: Fix an incorrect \param on emitTaskOutlinedFunction(). [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231903 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index 54dd71c1a3..f4fb0325fe 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -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,