[flang-commits] [flang] [OpenMP]Update use_device_clause lowering (PR #101703)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Tue Aug 6 04:09:21 PDT 2024


================
@@ -1072,27 +1072,133 @@ bool ClauseProcessor::processEnter(
 }
 
 bool ClauseProcessor::processUseDeviceAddr(
+    Fortran::lower::StatementContext &stmtCtx,
----------------
skatrak wrote:

Nit: The `Fortran::` namespace is not written explicitly anywhere in this file.
```suggestion
    lower::StatementContext &stmtCtx,
```

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


More information about the flang-commits mailing list