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 '('. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits