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