[flang-commits] [flang] [flang][OpenMP]Add parsing support for MAP(MAPPER(name) ...) (PR #116274)

Mats Petersson via flang-commits flang-commits at lists.llvm.org
Fri Nov 15 06:05:37 PST 2024


================
@@ -250,21 +249,26 @@ TYPE_PARSER(
         "TOFROM" >> pure(OmpMapClause::Type::Tofrom)))
 
 template <bool CommasEverywhere>
-static inline OmpMapClause makeMapClause(
+static inline OmpMapClause makeMapClause(OmpMapperIdentifier &&mm,
----------------
Leporacanthicus wrote:

I should add that I'm definitely not arguing against the policy of pass by value in general.

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


More information about the flang-commits mailing list