StmtOpenMP.h: Fix a couple of \param(s) in r242785. [-Wdocumentation]

llvm-svn: 242898
This commit is contained in:
NAKAMURA Takumi 2015-07-22 12:38:10 +00:00
parent e677f7217b
commit 7da34f1549
1 changed files with 2 additions and 2 deletions

View File

@ -1813,7 +1813,7 @@ class OMPTargetDataDirective : public OMPExecutableDirective {
///
/// \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 OMPExecutableDirective {
/// \brief Build an empty directive.
///
/// \param N Number of clauses.
/// \param NumClauses Number of clauses.
///
explicit OMPTargetDataDirective(unsigned NumClauses)
: OMPExecutableDirective(this, OMPTargetDataDirectiveClass,