[flang-commits] [flang] [mlir] [OpenMP][mlir] Add DynGroupPrivateClause in omp dialect (PR #153562)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue Apr 7 09:08:45 PDT 2026


================

----------------
skatrak wrote:

Nit: This code might benefit from using `parser.parseCommaSeparatedList()` instead. It takes a lambda where you can focus on the three main types of text chunks we're expecting to parse here.

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


More information about the flang-commits mailing list