r242898 - StmtOpenMP.h: Fix a couple of \param(s) in r242785. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Wed Jul 22 05:38:10 PDT 2015
Author: chapuni
Date: Wed Jul 22 07:38:10 2015
New Revision: 242898
URL: http://llvm.org/viewvc/llvm-project?rev=242898&view=rev
Log:
StmtOpenMP.h: Fix a couple of \param(s) in r242785. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/AST/StmtOpenMP.h
Modified: cfe/trunk/include/clang/AST/StmtOpenMP.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtOpenMP.h?rev=242898&r1=242897&r2=242898&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtOpenMP.h (original)
+++ cfe/trunk/include/clang/AST/StmtOpenMP.h Wed Jul 22 07:38:10 2015
@@ -1813,7 +1813,7 @@ class OMPTargetDataDirective : public OM
///
/// \param StartLoc Starting location of the directive kind.
/// \param EndLoc Ending Location of the directive.
- /// \param N The number of clauses.
+ /// \param NumClauses The number of clauses.
///
OMPTargetDataDirective(SourceLocation StartLoc, SourceLocation EndLoc,
unsigned NumClauses)
@@ -1823,7 +1823,7 @@ class OMPTargetDataDirective : public OM
/// \brief Build an empty directive.
///
- /// \param N Number of clauses.
+ /// \param NumClauses Number of clauses.
///
explicit OMPTargetDataDirective(unsigned NumClauses)
: OMPExecutableDirective(this, OMPTargetDataDirectiveClass,
More information about the cfe-commits
mailing list