From: NAKAMURA Takumi Date: Tue, 19 Jan 2016 23:21:13 +0000 (+0000) Subject: StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d94e85096aa1e569f74f6ad4c2e87fecc1db27;p=clang StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258219 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/StmtOpenMP.h b/include/clang/AST/StmtOpenMP.h index 6275c5ff58..02e1a6f62d 100644 --- a/include/clang/AST/StmtOpenMP.h +++ b/include/clang/AST/StmtOpenMP.h @@ -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,