diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-10-08 16:41:42 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-10-08 16:41:42 +0000 |
commit | 811a09ec5bd2272e3321abb06f0bb0bd5cdd8d98 (patch) | |
tree | c017c1dec96eb84c33af4e5d077b8b8e33f2b4fe /clang | |
parent | 87780300f624e5437aee0c5a2d7ca30ea87b5ba2 (diff) | |
download | bcm5719-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.cpp | 1 |
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. |