]> granicus.if.org Git - clang/commitdiff
CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Apr 2016 02:45:21 +0000 (02:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Apr 2016 02:45:21 +0000 (02:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267845 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.h

index 47c8f358ca9b7b5e958e426263b7a99229c95126..68fe1ccc981a83fd7609cb2cdccdab91a30ae582 100644 (file)
@@ -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,