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,


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to