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, _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits