diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-26 00:45:00 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-04-26 00:45:00 +0000 |
commit | 4d7468559fcf86073df9030435580dcb0460e985 (patch) | |
tree | 75b650b0e69f59caad3bf85eda857e45b65bc9bf /lib/CodeGen/CGOpenMPRuntime.h | |
parent | 0865fe94e3c911db41319d1b73348f7732fa9126 (diff) | |
download | clang-4d7468559fcf86073df9030435580dcb0460e985.tar.gz |
CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGOpenMPRuntime.h')
-rw-r--r-- | lib/CodeGen/CGOpenMPRuntime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/CGOpenMPRuntime.h b/lib/CodeGen/CGOpenMPRuntime.h index 028e46dec7..4abdd23b7e 100644 --- a/lib/CodeGen/CGOpenMPRuntime.h +++ b/lib/CodeGen/CGOpenMPRuntime.h @@ -467,8 +467,6 @@ private: /// \param SharedsTy A type which contains references the shared variables. /// \param Shareds Context with the list of shared variables from the \p /// TaskFunction. - /// \param IfCond Not a nullptr if 'if' clause was specified, nullptr - /// otherwise. /// \param PrivateVars List of references to private variables for the task /// directive. /// \param PrivateCopies List of private copies for each private variable in |