[clang] 8d43423 - [openmp] Fix a doc comment issue found by -Wdocumentation
    Dmitri Gribenko via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Dec 11 14:58:41 PST 2022
    
    
  
Author: Dmitri Gribenko
Date: 2022-12-11T23:58:28+01:00
New Revision: 8d434235569fedddd4472c5de43d5f97e3a0bd1f
URL: https://github.com/llvm/llvm-project/commit/8d434235569fedddd4472c5de43d5f97e3a0bd1f
DIFF: https://github.com/llvm/llvm-project/commit/8d434235569fedddd4472c5de43d5f97e3a0bd1f.diff
LOG: [openmp] Fix a doc comment issue found by -Wdocumentation
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 59b763335fe2d..3070f573b41d1 100644
--- a/clang/include/clang/AST/OpenMPClause.h
+++ b/clang/include/clang/AST/OpenMPClause.h
@@ -1747,7 +1747,7 @@ class OMPMessageClause final : public OMPClause {
 public:
   /// Build 'message' clause with message string argument
   ///
-  /// \param A Argument of the clause (message string).
+  /// \param MS Argument of the clause (message string).
   /// \param StartLoc Starting location of the clause.
   /// \param LParenLoc Location of '('.
   /// \param EndLoc Ending location of the clause.
        
    
    
More information about the cfe-commits
mailing list