summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-04-28 02:45:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-04-28 02:45:21 +0000
commit01d07dbee57b76d0e250e5dc276e0dd378d123d3 (patch)
treec4c0579b30eb627e6876f0f635de64d8261b19be /clang/lib/CodeGen
parent0d6279198358b14fc4547d49570aca462ab5289a (diff)
downloadbcm5719-llvm-01d07dbee57b76d0e250e5dc276e0dd378d123d3.tar.gz
bcm5719-llvm-01d07dbee57b76d0e250e5dc276e0dd378d123d3.zip
CGOpenMPRuntime.h: Prune extra comma in \param. [-Wdocumentation]
llvm-svn: 267845
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGOpenMPRuntime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h
index 47c8f358ca9..68fe1ccc981 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,
OpenPOWER on IntegriCloud