]> granicus.if.org Git - clang/commitdiff
CGOpenMPRuntime.h: Prune '\param IfCond' in r267395. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 26 Apr 2016 00:45:00 +0000 (00:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 26 Apr 2016 00:45:00 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267503 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGOpenMPRuntime.h

index 028e46dec7ac2af0322b1e2d847bb7a6268c4928..4abdd23b7e148773cd6265fd56291a789fddb98d 100644 (file)
@@ -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