diff options
| author | sameeran joshi <sameeranjayant.joshi@amd.com> | 2020-12-21 19:34:12 +0530 |
|---|---|---|
| committer | Sameeran joshi <joshisameeran17@gmail.com> | 2020-12-22 14:02:19 +0530 |
| commit | e282ae57da29a37e143ab6d640f68e794f5cd614 (patch) | |
| tree | cedd1335f617df5cff209bd45c8b9e1283fd34cf /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | a56280094e08792516b035390a946ea337a27b97 (diff) | |
[Flang][openmp][4/5] Make nowait clause part of OmpClause
After discussion in `D93482` we found that the some of the clauses were not
following the common OmpClause convention.
The benefits of using OmpClause:
- Functionalities from structure checker are mostly aligned to work with
`llvm::omp::Clause`.
- The unparsing as well can take advantage.
- Homogeneity with OpenACC and rest of the clauses in OpenMP.
- Could even generate the parser with TableGen, when there is homogeneity.
- It becomes confusing when to use `flangClass` and `flangClassValue` inside
TableGen, if incase we generate parser using TableGen we could have only a
single `let expression`.
This patch makes `OmpNoWait` clause part of `OmpClause`.
Reviewed By: clementval, kiranktp
Differential Revision: https://reviews.llvm.org/D93643
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
