diff --git a/clang/include/clang/AST/StmtOpenMP.h b/clang/include/clang/AST/StmtOpenMP.h index 0bb91a4ec9eca..b7bbf15949a00 100644 --- a/clang/include/clang/AST/StmtOpenMP.h +++ b/clang/include/clang/AST/StmtOpenMP.h @@ -3009,7 +3009,6 @@ class OMPCancellationPointDirective : public OMPExecutableDirective { /// /// \param StartLoc Starting location of the directive kind. /// \param EndLoc Ending location of the directive. - /// \param Data Data storage, containing info about associated clauses, /// statements and child expressions. /// OMPCancellationPointDirective(SourceLocation StartLoc, SourceLocation EndLoc) @@ -3018,9 +3017,6 @@ class OMPCancellationPointDirective : public OMPExecutableDirective { EndLoc) {} /// Build an empty directive. - /// \param Data Data storage, containing info about associated clauses, - /// statements and child expressions. - /// explicit OMPCancellationPointDirective() : OMPExecutableDirective(OMPCancellationPointDirectiveClass, llvm::omp::OMPD_cancellation_point,