[Mlir-commits] [flang] [mlir] [mlir][OpenACC][OpenMP] Use explicit attribute APIs (PR #218901)

Sergio Afonso llvmlistbot at llvm.org
Wed Aug 26 06:54:30 PDT 2026


================
@@ -42,6 +42,21 @@ class BlockArgOpenMPClause<string clauseNameSnake, string clauseNameCamel,
     }]
   >;
 
+  // Unified access method for symbols associated with the given clause. The
+  // strict naming scheme for clause arguments lets the default implementation
+  // look up the corresponding inherent attribute directly.
----------------
skatrak wrote:

Nit: For consistency, I'd suggest following a similar structure to this comment to other `InterfaceMethod` definitions in this class.

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


More information about the Mlir-commits mailing list