r267845 - CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 27 19:45:21 PDT 2016
Author: chapuni
Date: Wed Apr 27 21:45:21 2016
New Revision: 267845
URL: http://llvm.org/viewvc/llvm-project?rev=267845&view=rev
Log:
CGOpenMPRuntime.h: Prune extra comma 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=267845&r1=267844&r2=267845&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Wed Apr 27 21:45:21 2016
@@ -1046,7 +1046,7 @@ public:
/// directive, or null if no if clause is used.
/// \param Device Expression evaluated in device clause associated with the
/// target directive, or null if no device clause is used.
- /// \param CodeGen, Function that emits the enclosed region.
+ /// \param CodeGen Function that emits the enclosed region.
virtual void emitTargetDataCalls(CodeGenFunction &CGF,
const OMPExecutableDirective &D,
const Expr *IfCond, const Expr *Device,
More information about the cfe-commits
mailing list