llvm-project/flang/test/Parser
Shraiysh Vaishay ae1623b306 [flang][Parser] Add a node for individual sections in sections construct
This patch adds parser nodes for each indivudual section in sections
construct. This should help with the translation to FIR. `!$omp section`
was not recognized as a construct and hence needed special handling.

`OpenMPSectionsConstruct` contains a list of `OpenMPConstruct`. Each
such `OpenMPConstruct` wraps an `OpenMPSectionConstruct`
(section, not sections). An `OpenMPSectionConstruct` is a wrapper around
a `Block`.

Reviewed By: kiranchandramohan, peixin

Differential Revision: https://reviews.llvm.org/D121680
2022-03-18 21:55:35 +05:30
..
acc-unparse.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
badlabel.f [flang] Produce proper "preprocessor output" for -E option 2021-07-30 15:13:56 -07:00
compiler-directives.f90 [flang] Update the regression tests to use the new driver when enabled 2021-04-15 08:52:23 +00:00
continuation-in-if.f [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
elseif-then.f90 [flang] Better error recovery for missing THEN in ELSE IF 2021-10-04 09:37:53 -07:00
end.f [flang] Enforce fixed form rules about END continuation 2021-09-17 10:59:17 -07:00
omp-allocate-unparse.f90 [flang][driver] Add debug options not requiring semantic checks 2021-04-08 09:44:19 +00:00
omp-atomic-unparse.f90 [flang][driver] Add debug options not requiring semantic checks 2021-04-08 09:44:19 +00:00
omp-nontemporal-unparse.f90 [flang][OpenMP] Add parsing support for nontemporal clause. 2021-09-13 15:25:47 -04:00
omp-sections.f90 [flang][Parser] Add a node for individual sections in sections construct 2022-03-18 21:55:35 +05:30
pp-dir-comments.f90 [flang][driver] Add options for unparsing 2021-02-16 09:32:51 +00:00
unmatched-parens.f90 [flang] Catch mismatched parentheses in prescanner 2021-10-06 14:00:15 -07:00