From 01d07dbee57b76d0e250e5dc276e0dd378d123d3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 28 Apr 2016 02:45:21 +0000 Subject: [PATCH] CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation] llvm-svn: 267845 --- 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 47c8f358ca9b..68fe1ccc981a 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/lib/CodeGen/CGOpenMPRuntime.h @@ -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,