]> granicus.if.org Git - clang/commitdiff
[NFC] Fix Wdocumentation warning in OMPToClause
authorBruno Ricci <riccibrun@gmail.com>
Sat, 23 Feb 2019 16:40:30 +0000 (16:40 +0000)
committerBruno Ricci <riccibrun@gmail.com>
Sat, 23 Feb 2019 16:40:30 +0000 (16:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354728 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/OpenMPClause.h

index 4739b18c8e86cd8c78194f0fe6cd15b7badb66e5..3d6fa0ebc3365337b0877b2134cb09aa52ee29a3 100644 (file)
@@ -4979,7 +4979,6 @@ class OMPToClause final : public OMPMappableExprListClause<OMPToClause>,
   /// \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.