[clang] 67a3260 - Fix Wdocumentation parameter warning. NFCI.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 23 03:45:08 PST 2021


Author: Simon Pilgrim
Date: 2021-02-23T11:44:45Z
New Revision: 67a326098c7c32f3d6eeea7357d83eac4ff996be

URL: https://github.com/llvm/llvm-project/commit/67a326098c7c32f3d6eeea7357d83eac4ff996be
DIFF: https://github.com/llvm/llvm-project/commit/67a326098c7c32f3d6eeea7357d83eac4ff996be.diff

LOG: Fix Wdocumentation parameter warning. NFCI.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/AST/OpenMPClause.h b/clang/include/clang/AST/OpenMPClause.h
index d1ef052967ff..9c6bbe6082fb 100644
--- a/clang/include/clang/AST/OpenMPClause.h
+++ b/clang/include/clang/AST/OpenMPClause.h
@@ -833,7 +833,7 @@ class OMPSizesClause final
   /// Build an empty 'sizes' AST node for deserialization.
   ///
   /// \param C     Context of the AST.
-  /// \param Sizes Number of items in the clause.
+  /// \param NumSizes Number of items in the clause.
   static OMPSizesClause *CreateEmpty(const ASTContext &C, unsigned NumSizes);
 
   /// Sets the location of '('.


        


More information about the cfe-commits mailing list