[flang-commits] [flang] [llvm] [flang][OpenMP] Add parsing and semantic checks for USES_ALLOCATORS (PR #213955)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Tue Aug 4 07:56:30 PDT 2026


================
@@ -4217,6 +4217,14 @@ struct OmpMapTypeModifier {
   WRAPPER_CLASS_BOILERPLATE(OmpMapTypeModifier, Value);
 };
 
+// Ref: [5.2:181-182]
+//
+// mem-space-modifier ->
+//    MEMSPACE(memspace-handle)                     // since 5.2
+struct OmpMemspaceModifier {
----------------
kparzysz wrote:

Should be `mem-space` and `OmpMemSpace`.  The name comes directly from the spec, where it's _mem-space_ (and not _mem-space-modifier_).

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


More information about the flang-commits mailing list