[flang-commits] [flang] [llvm] [flang][OpenMP]Add support for fail clause (PR #118683)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Dec 6 01:23:23 PST 2024
================
@@ -3914,6 +3915,14 @@ struct OmpDeviceTypeClause {
WRAPPER_CLASS_BOILERPLATE(OmpDeviceTypeClause, DeviceTypeDescription);
};
+// OMP 5.2 15.8.3 extened-atomic, fail-clause ->
----------------
kiranchandramohan wrote:
```suggestion
// OMP 5.2 15.8.3 extended-atomic, fail-clause ->
```
https://github.com/llvm/llvm-project/pull/118683
More information about the flang-commits
mailing list