[flang-commits] [flang] [llvm] [OpenMP] Preview of auto-generating OpenMP definitions (PR #214244)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed Aug 5 08:21:33 PDT 2026


kparzysz wrote:

The motivation here was to create the new form of descriptors for modifiers and use that in modifier verification in flang as a demonstration.  For that only modifier properties would be sufficient except for one part: whether the modifier appears before or after the clause arguments. This is reflected in clause properties, and that's the reason why clause descriptors were also included here.  With that came the large number of additional properties that needed to be defined.

Modifier sets and groups are also included for completeness of the modifier data, but are not used anywhere.

https://github.com/llvm/llvm-project/pull/214244


More information about the flang-commits mailing list