From cb6579c0f19eb1db34bcf794953fe6192e07fb7b Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 18 Nov 2014 15:05:01 +0000 Subject: [PATCH] OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation] llvm-svn: 222237 --- clang/include/clang/AST/StmtOpenMP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h index b9402f4..6a2832cd 100644 --- a/clang/include/clang/AST/StmtOpenMP.h +++ b/clang/include/clang/AST/StmtOpenMP.h @@ -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, -- 2.7.4