r258219 - StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 15:21:13 PST 2016


Author: chapuni
Date: Tue Jan 19 17:21:13 2016
New Revision: 258219

URL: http://llvm.org/viewvc/llvm-project?rev=258219&view=rev
Log:
StmtOpenMP.h: Fix a warning in r258165. [-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=258219&r1=258218&r2=258219&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/StmtOpenMP.h (original)
+++ cfe/trunk/include/clang/AST/StmtOpenMP.h Tue Jan 19 17:21:13 2016
@@ -2078,7 +2078,6 @@ public:
   /// \param StartLoc Starting location of the directive kind.
   /// \param EndLoc Ending Location of the directive.
   /// \param Clauses List of clauses.
-  /// \param AssociatedStmt Statement, associated with the directive.
   ///
   static OMPTargetEnterDataDirective *Create(const ASTContext &C,
                                              SourceLocation StartLoc,




More information about the cfe-commits mailing list