]> granicus.if.org Git - clang/commitdiff
CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 8 Oct 2015 16:41:42 +0000 (16:41 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 8 Oct 2015 16:41:42 +0000 (16:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@249698 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGStmtOpenMP.cpp

index 8f7dfaa7be1cf72a167e73f4a05f8868f8bf29e9..557fe10058b42eca086252c12097e08a18875987 100644 (file)
@@ -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.