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 | 90d96bf41e49de6f95ce3848815e99dc40906adb (patch) | |
tree | 8b83a3b9bfca1a01aadc7a1e963b07f125c6cd3c /clang/lib/CodeGen | |
parent | 3c65acf87e28455d3d7ea8f614f599c6c10e74cd (diff) | |
download | bcm5719-llvm-90d96bf41e49de6f95ce3848815e99dc40906adb.tar.gz bcm5719-llvm-90d96bf41e49de6f95ce3848815e99dc40906adb.zip |
CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
llvm-svn: 267503
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGOpenMPRuntime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntime.h b/clang/lib/CodeGen/CGOpenMPRuntime.h index 028e46dec7a..4abdd23b7e1 100644 --- a/clang/lib/CodeGen/CGOpenMPRuntime.h +++ b/clang/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 |