From e65a994942eb6c6aed63b4767867aea85a0f4bd7 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 28 Mar 2019 12:03:49 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357163 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/OpenMPClause.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h index dbf209a0f6..c498935160 100644 --- a/include/clang/AST/OpenMPClause.h +++ b/include/clang/AST/OpenMPClause.h @@ -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, -- 2.50.1