]> granicus.if.org Git - clang/commitdiff
OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 18 Nov 2014 15:05:01 +0000 (15:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 18 Nov 2014 15:05:01 +0000 (15:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222237 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/StmtOpenMP.h

index b9402f428c0742d3688609a5fc3fbff3c12c819d..6a2832cdad56408bd8590876756c636b0595dc6e 100644 (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,