From 131ed145cd89454d4be4ac606f7d8562edb6f8f3 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354728 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/OpenMPClause.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clang/AST/OpenMPClause.h b/include/clang/AST/OpenMPClause.h index 4739b18c8e..3d6fa0ebc3 100644 --- a/include/clang/AST/OpenMPClause.h +++ b/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.50.1