From: NAKAMURA Takumi Date: Tue, 26 Apr 2016 00:45:00 +0000 (+0000) Subject: CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d7468559fcf86073df9030435580dcb0460e985;p=clang 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 --- 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