r267503 - CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 25 17:45:00 PDT 2016
Author: chapuni
Date: Mon Apr 25 19:45:00 2016
New Revision: 267503
URL: http://llvm.org/viewvc/llvm-project?rev=267503&view=rev
Log:
CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
Modified:
cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
Modified: cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h?rev=267503&r1=267502&r2=267503&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h (original)
+++ cfe/trunk/lib/CodeGen/CGOpenMPRuntime.h Mon Apr 25 19:45:00 2016
@@ -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
More information about the cfe-commits
mailing list