r354728 - [NFC] Fix Wdocumentation warning in OMPToClause

Bruno Ricci via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 23 08:40:30 PST 2019


Author: brunoricci
Date: Sat Feb 23 08:40:30 2019
New Revision: 354728

URL: http://llvm.org/viewvc/llvm-project?rev=354728&view=rev
Log:
[NFC] Fix Wdocumentation warning in OMPToClause


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=354728&r1=354727&r2=354728&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Sat Feb 23 08:40:30 2019
@@ -4979,7 +4979,6 @@ class OMPToClause final : public OMPMapp
   /// \param MapperQualifierLoc C++ nested name specifier for the associated
   /// user-defined mapper.
   /// \param MapperIdInfo The identifier of associated user-defined mapper.
-  /// \param MapType Map type.
   /// \param Locs Locations needed to build a mappable clause. It includes 1)
   /// StartLoc: starting location of the clause (the clause keyword); 2)
   /// LParenLoc: location of '('; 3) EndLoc: ending location of the clause.




More information about the cfe-commits mailing list