r249698 - CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 09:41:43 PDT 2015


Author: chapuni
Date: Thu Oct  8 11:41:42 2015
New Revision: 249698

URL: http://llvm.org/viewvc/llvm-project?rev=249698&view=rev
Log:
CGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]

Modified:
    cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp

Modified: cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp?rev=249698&r1=249697&r2=249698&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGStmtOpenMP.cpp Thu Oct  8 11:41:42 2015
@@ -213,7 +213,6 @@ void CodeGenFunction::EmitOMPAggregateAs
 }
 
 /// \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.




More information about the cfe-commits mailing list