From: NAKAMURA Takumi Date: Wed, 17 Dec 2014 14:47:06 +0000 (+0000) Subject: s/ScheduleKind/SchedKind/ in \param. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b78fa2bccbced475badaeb4e5f22b8c5e13a6f9f;p=clang s/ScheduleKind/SchedKind/ in \param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224431 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index cfc5eaaaf2..bf2e6195cf 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -329,7 +329,7 @@ public: /// /// \param CGF Reference to current CodeGenFunction. /// \param Loc Clang source location. - /// \param ScheduleKind Schedule kind, specified by the 'schedule' clause. + /// \param SchedKind Schedule kind, specified by the 'schedule' clause. /// \param IVSize Size of the iteration variable in bits. /// \param IVSigned Sign of the interation variable. /// \param IL Address of the output variable in which the flag of the