From d9381ae4f46e451840719a5b2f94e42ae64ce880 Mon Sep 17 00:00:00 2001 From: Bruno Ricci Date: Sat, 23 Feb 2019 16:40:30 +0000 Subject: [PATCH] [NFC] Fix Wdocumentation warning in OMPToClause llvm-svn: 354728 --- clang/include/clang/AST/OpenMPClause.h | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/include/clang/AST/OpenMPClause.h b/clang/include/clang/AST/OpenMPClause.h index 4739b18..3d6fa0e 100644 --- a/clang/include/clang/AST/OpenMPClause.h +++ b/clang/include/clang/AST/OpenMPClause.h @@ -4979,7 +4979,6 @@ class OMPToClause final : public OMPMappableExprListClause, /// \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. -- 2.7.4