passlab / ompparser

ompparser: A Standalone and Unified OpenMP Parser
https://github.com/passlab/ompparser
Other
5 stars 1 forks source link

ext_implementation-defined-requirement clause for requires directive #97

Closed yanyh15 closed 4 years ago

yanyh15 commented 4 years ago

Create a new clause kind in OpenMPKinds.h, e.g. extImplementation-Defined-Requirement Create a new class for the clause object: Store the ext clause objects in the clauses map of the requires directive using the clause kind as the key.