Alexey, could you confirm (and update) my change?
2014-06-16 18:33 GMT+09:00 NAKAMURA Takumi <[email protected]>: > Author: chapuni > Date: Mon Jun 16 04:33:34 2014 > New Revision: 211011 > > URL: http://llvm.org/viewvc/llvm-project?rev=211011&view=rev > Log: > clang/AST/OpenMPClause.h: Update \param VL. [-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=211011&r1=211010&r2=211011&view=diff > ============================================================================== > --- cfe/trunk/include/clang/AST/OpenMPClause.h (original) > +++ cfe/trunk/include/clang/AST/OpenMPClause.h Mon Jun 16 04:33:34 2014 > @@ -800,7 +800,7 @@ public: > /// \param LParenLoc Location of '('. > /// \param ColonLoc Location of ':'. > /// \param EndLoc Ending location of the clause. > - /// \param N Number of the variables in the clause. > + /// \param VL The variables in the clause. > /// \param QualifierLoc The nested-name qualifier with location information > /// \param NameInfo The full name info for reduction identifier. > /// > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
