summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-10-08 16:41:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-10-08 16:41:42 +0000
commit811a09ec5bd2272e3321abb06f0bb0bd5cdd8d98 (patch)
treec017c1dec96eb84c33af4e5d077b8b8e33f2b4fe /clang
parent87780300f624e5437aee0c5a2d7ca30ea87b5ba2 (diff)
downloadbcm5719-llvm-811a09ec5bd2272e3321abb06f0bb0bd5cdd8d98.tar.gz
bcm5719-llvm-811a09ec5bd2272e3321abb06f0bb0bd5cdd8d98.zip
CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]
llvm-svn: 249698
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/CodeGen/CGStmtOpenMP.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmtOpenMP.cpp b/clang/lib/CodeGen/CGStmtOpenMP.cpp
index 8f7dfaa7be1..557fe10058b 100644
--- a/clang/lib/CodeGen/CGStmtOpenMP.cpp
+++ b/clang/lib/CodeGen/CGStmtOpenMP.cpp
@@ -213,7 +213,6 @@ void CodeGenFunction::EmitOMPAggregateAssign(
}
/// \brief Emit initialization of arrays of complex types.
-/// \param Type Type of array.
/// \param DestAddr Address of the array.
/// \param Type Type of array.
/// \param Init Initial expression of array.
OpenPOWER on IntegriCloud