Author: chapuni Date: Tue Jan 19 17:21:18 2016 New Revision: 258220 URL: http://llvm.org/viewvc/llvm-project?rev=258220&view=rev Log: StmtOpenMP.h: Fix a warning in r258177. [-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=258220&r1=258219&r2=258220&view=diff ============================================================================== --- cfe/trunk/include/clang/AST/StmtOpenMP.h (original) +++ cfe/trunk/include/clang/AST/StmtOpenMP.h Tue Jan 19 17:21:18 2016 @@ -2137,7 +2137,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 OMPTargetExitDataDirective *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