[flang-commits] [flang] [llvm] [Flang][OpenMP] Initial defaultmap implementation (PR #135226)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Wed Apr 30 08:32:24 PDT 2025


================
@@ -106,6 +110,8 @@ class ClauseProcessor {
   bool processCopyin() const;
   bool processCopyprivate(mlir::Location currentLocation,
                           mlir::omp::CopyprivateClauseOps &result) const;
+  bool processDefaultMap(DefaultMapsTy &result,
+                         lower::StatementContext &stmtCtx) const;
----------------
skatrak wrote:

Nit: The `result` variable should be at the end of the argument list, for consistency with the other methods in this class.

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


More information about the flang-commits mailing list