Author: chapuni Date: Thu May 26 19:15:11 2016 New Revision: 270940 URL: http://llvm.org/viewvc/llvm-project?rev=270940&view=rev Log: OpenMPClause.h: Fix r270882. [-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=270940&r1=270939&r2=270940&view=diff ============================================================================== --- cfe/trunk/include/clang/AST/OpenMPClause.h (original) +++ cfe/trunk/include/clang/AST/OpenMPClause.h Thu May 26 19:15:11 2016 @@ -4077,8 +4077,8 @@ public: /// \brief Creates clause with a list of variables \a Vars. /// /// \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 Vars The original expression used in the clause. /// \param Declarations Declarations used in the clause. /// \param ComponentLists Component lists used in the clause. @@ -4181,8 +4181,8 @@ public: /// \brief Creates clause with a list of variables \a Vars. /// /// \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 Vars The original expression used in the clause. /// \param Declarations Declarations used in the clause. /// \param ComponentLists Component lists used in the clause. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits