Krzysztof Parzyszek 603904fa19
[flang][OpenMP] Make OmpDependenceKind be a common enum, NFC (#172871)
In OpenMP 6.0 a subset of the dependence types is also used in the
`depinfo-modifier` on INIT clause. Make the enum be a common type to
avoid defining separate enum types with mostly identical members.

Use the name `OmpDependenceKind` because the other obvious candidate,
OmpDependenceType, used to be a modifier name in older OpenMP specs.
2025-12-18 10:23:57 -06:00
..