3 Commits

Author SHA1 Message Date
Krzysztof Parzyszek
4631e7bad6
[Frontend][OpenMP] Add unit tests for getLeafConstructsOrSelf, NFC (#90110) 2024-04-30 11:46:30 -05:00
Krzysztof Parzyszek
d577518d98
[Frontend][OpenMP] Implement getLeafOrCompositeConstructs (#89104)
This function will break up a construct into constituent leaf and
composite constructs, e.g. if OMPD_c_d_e and OMPD_d_e are composite
constructs, then OMPD_a_b_c_d_e will be broken up into the list {OMPD_a,
OMPD_b, OMPD_c_d_e}.
2024-04-24 08:03:36 -05:00
Krzysztof Parzyszek
70d3ddb280
[Frontend][OpenMP] Add functions for checking construct type (#87258)
Implement helper functions to identify leaf, composite, and combined
constructs.
2024-04-23 08:10:40 -05:00