r224431 - s/ScheduleKind/SchedKind/ in \param. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Wed Dec 17 06:47:07 PST 2014


Author: chapuni
Date: Wed Dec 17 08:47:06 2014
New Revision: 224431

URL: http://llvm.org/viewvc/llvm-project?rev=224431&view=rev
Log:
s/ScheduleKind/SchedKind/ in \param. [-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=224431&r1=224430&r2=224431&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Wed Dec 17 08:47:06 2014
@@ -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





More information about the cfe-commits mailing list