r357163 - Fix Wdocumentation warning. NFCI.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 05:03:50 PDT 2019


Author: rksimon
Date: Thu Mar 28 05:03:49 2019
New Revision: 357163

URL: http://llvm.org/viewvc/llvm-project?rev=357163&view=rev
Log:
Fix Wdocumentation warning. NFCI.

Modified:
    cfe/trunk/include/clang/AST/OpenMPClause.h

Modified: cfe/trunk/include/clang/AST/OpenMPClause.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/OpenMPClause.h?rev=357163&r1=357162&r2=357163&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Thu Mar 28 05:03:49 2019
@@ -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,




More information about the cfe-commits mailing list