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

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 18 07:05:02 PST 2014


Author: chapuni
Date: Tue Nov 18 09:05:01 2014
New Revision: 222237

URL: http://llvm.org/viewvc/llvm-project?rev=222237&view=rev
Log:
OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation]

Modified:
    cfe/trunk/include/clang/AST/StmtOpenMP.h

Modified: cfe/trunk/include/clang/AST/StmtOpenMP.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/StmtOpenMP.h?rev=222237&r1=222236&r2=222237&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtOpenMP.h (original)
+++ cfe/trunk/include/clang/AST/StmtOpenMP.h Tue Nov 18 09:05:01 2014
@@ -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,





More information about the cfe-commits mailing list