We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8257fc commit fc053b3Copy full SHA for fc053b3
flang/include/flang/Parser/parse-tree.h
@@ -3459,14 +3459,6 @@ WRAPPER_CLASS(PauseStmt, std::optional<StopCode>);
3459
struct OmpClause;
3460
struct OmpDirectiveSpecification;
3461
3462
-struct OmpDirectiveSpecification {
3463
- TUPLE_CLASS_BOILERPLATE(OmpDirectiveSpecification);
3464
- std::tuple<llvm::omp::Directive,
3465
- std::optional<common::Indirection<OmpClauseList>>>
3466
- t;
3467
- CharBlock source;
3468
-};
3469
-
3470
// 2.1 Directives or clauses may accept a list or extended-list.
3471
// A list item is a variable, array section or common block name (enclosed
3472
// in slashes). An extended list item is a list item or a procedure Name.
0 commit comments