OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]

llvm-svn: 222237
This commit is contained in:
NAKAMURA Takumi 2014-11-18 15:05:01 +00:00
parent e0a026f8ad
commit cb6579c0f1
1 changed files with 1 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ public:
/// \param AssociatedStmt Statement, associated with the directive.
/// \param X 'x' part of the associated expression/statement.
/// \param V 'v' part of the associated expression/statement.
/// \param Expr 'expr' part of the associated expression/statement.
/// \param E 'expr' part of the associated expression/statement.
///
static OMPAtomicDirective *
Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc,