From: NAKAMURA Takumi Date: Tue, 18 Nov 2014 15:05:01 +0000 (+0000) Subject: OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad6b92ee522bfad460be26ef29eb509e16902202;p=clang OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222237 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,