]> granicus.if.org Git - clang/commitdiff
Fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 28 Mar 2019 12:03:49 +0000 (12:03 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 28 Mar 2019 12:03:49 +0000 (12:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357163 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OpenMPClause.h

index dbf209a0f661727940214062a48e373a071763f9..c498935160e48a97227823b3f69c937b4d9b4316 100644 (file)
@@ -353,7 +353,6 @@ public:
   /// \param ColonLoc Location of ':' delimiter.
   /// \param EndLoc Ending location of the clause.
   /// \param VL List of references to the variables.
-  /// \param PrivateVL List of references to private copies with initializers.
   static OMPAllocateClause *Create(const ASTContext &C, SourceLocation StartLoc,
                                    SourceLocation LParenLoc, Expr *Allocator,
                                    SourceLocation ColonLoc,