Unverified Commit e36c8dca authored by Krzysztof Parzyszek's avatar Krzysztof Parzyszek Committed by GitHub
Browse files

[Frontend] Introduce `getDirectiveCategory` for ACC/OMP directives (#94689)



The categories are primarily meant for OpenMP, where the spec assigns a
category to each directive. It's one of declarative, executable,
informational, meta, subsidiary, and utility.

These will be used in clang to avoid listing directives belonging to
certain categories by hand.

---------

Co-authored-by: default avatarValentin Clement (バレンタイン クレメン) <clementval@gmail.com>
parent 2cf14398
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment