[Frontend] Introduce `getDirectiveCategory` for ACC/OMP directives
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.
parent
a66fd5d1
Please register or sign in to comment