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,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to