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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits