[flang-commits] [flang] [llvm] [Flang][OpenMP] add Apply clause for OpenMP Flang (PR #204225)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Thu Jun 18 10:09:51 PDT 2026


================
@@ -44,7 +44,7 @@ namespace Fortran::semantics {
 // or post-modifier (i.e. item: modifier). The default is pre-.
 // Add an additional property that reflects the type of modifier.
 
-ENUM_CLASS(OmpProperty, Required, Unique, Exclusive, Ultimate, Post)
+ENUM_CLASS(OmpProperty, Required, Unique, Exclusive, Ultimate, Post, Optional)
----------------
kparzysz wrote:

`Optional` is the absence of `Required`.

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


More information about the flang-commits mailing list