r253854 - OpenMPClause.h: Fix typos. [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 22 22:41:51 PST 2015
Author: chapuni
Date: Mon Nov 23 00:41:50 2015
New Revision: 253854
URL: http://llvm.org/viewvc/llvm-project?rev=253854&view=rev
Log:
OpenMPClause.h: Fix typos. [-Wdocumentation]
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=253854&r1=253853&r2=253854&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/OpenMPClause.h (original)
+++ cfe/trunk/include/clang/AST/OpenMPClause.h Mon Nov 23 00:41:50 2015
@@ -2657,7 +2657,7 @@ class OMPMapClause : public OMPVarListCl
/// \brief Build clause with number of variables \a N.
///
- /// \param MayTypeModifier Map type modifier.
+ /// \param MapTypeModifier Map type modifier.
/// \param MapType Map type.
/// \param MapLoc Location of the map type.
/// \param StartLoc Starting location of the clause.
@@ -2684,8 +2684,8 @@ public:
/// \brief Creates clause with a list of variables \a VL.
///
/// \param C AST context.
- /// \brief StartLoc Starting location of the clause.
- /// \brief EndLoc Ending location of the clause.
+ /// \param StartLoc Starting location of the clause.
+ /// \param EndLoc Ending location of the clause.
/// \param VL List of references to the variables.
/// \param TypeModifier Map type modifier.
/// \param Type Map type.
More information about the cfe-commits
mailing list