diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-01-19 23:21:18 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-01-19 23:21:18 +0000 |
commit | 1b335e9feb6b7fb602a1a9f1a43c53c1092b2586 (patch) | |
tree | be6d29fe7555e531d6d8984e98f2e94fd3c7e75b | |
parent | 468f3ed5bcc9bd32fdaa38b3aba3da5211827c01 (diff) | |
download | bcm5719-llvm-1b335e9feb6b7fb602a1a9f1a43c53c1092b2586.tar.gz bcm5719-llvm-1b335e9feb6b7fb602a1a9f1a43c53c1092b2586.zip |
StmtOpenMP.h: Fix a warning in r258177. [-Wdocumentation]
llvm-svn: 258220
-rw-r--r-- | clang/include/clang/AST/StmtOpenMP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h index 02e1a6f62d9..4579d4e37e4 100644 --- a/clang/include/clang/AST/StmtOpenMP.h +++ b/clang/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, |