From eca08380ce92f467dfd5e7978286e769bea1636c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 17 Dec 2014 14:47:06 +0000 Subject: [PATCH] s/ScheduleKind/SchedKind/ in \param. [-Wdocumentation] llvm-svn: 224431 --- clang/lib/CodeGen/CGOpenMPRuntime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index cfc5eaa..bf2e619 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/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 -- 2.7.4