summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-01-19 23:21:13 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-01-19 23:21:13 +0000
commit468f3ed5bcc9bd32fdaa38b3aba3da5211827c01 (patch)
treeacd4803e0d62b4fd579062ec1e7013ac0672ec39
parent582857c95c88f473c7e897aa4dd0e3ef315b867b (diff)
downloadbcm5719-llvm-468f3ed5bcc9bd32fdaa38b3aba3da5211827c01.tar.gz
bcm5719-llvm-468f3ed5bcc9bd32fdaa38b3aba3da5211827c01.zip
StmtOpenMP.h: Fix a warning in r258165. [-Wdocumentation]
llvm-svn: 258219
-rw-r--r--clang/include/clang/AST/StmtOpenMP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h
index 6275c5ff586..02e1a6f62d9 100644
--- a/clang/include/clang/AST/StmtOpenMP.h
+++ b/clang/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,
OpenPOWER on IntegriCloud