From ad6b92ee522bfad460be26ef29eb509e16902202 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] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222237 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/StmtOpenMP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/StmtOpenMP.h b/include/clang/AST/StmtOpenMP.h index b9402f428c..6a2832cdad 100644 --- a/include/clang/AST/StmtOpenMP.h +++ b/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.40.0