[flang-commits] [flang] [llvm] [flang][OpenMP] Add parsing support for Task detach (PR #112312)

Michael Klemm via flang-commits flang-commits at lists.llvm.org
Thu Oct 17 02:21:30 PDT 2024


================
@@ -298,6 +298,9 @@ TYPE_CONTEXT_PARSER("Omp LINEAR clause"_en_US,
         construct<OmpLinearClause>(construct<OmpLinearClause::WithoutModifier>(
             nonemptyList(name), maybe(":" >> scalarIntConstantExpr)))))
 
+// 12.5.2 detach-clause -> DETACH (event-handle)
----------------
mjklemm wrote:

```suggestion
// OpenMPv5.2 12.5.2 detach-clause -> DETACH (event-handle)
```

https://github.com/llvm/llvm-project/pull/112312


More information about the flang-commits mailing list