From: NAKAMURA Takumi Date: Thu, 8 Oct 2015 16:41:42 +0000 (+0000) Subject: CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=117e743df60c97fffd7b046a99d7194782316df5;p=clang CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249698 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGStmtOpenMP.cpp b/lib/CodeGen/CGStmtOpenMP.cpp index 8f7dfaa7be..557fe10058 100644 --- a/lib/CodeGen/CGStmtOpenMP.cpp +++ b/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.