[flang-commits] [flang] [flang][OpenMP] Resolve names for declare simd uniform clause (PR #142160)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Mon Jun 2 02:53:09 PDT 2025


================
@@ -550,6 +550,13 @@ class OmpAttributeVisitor : DirectiveAttributeVisitor<llvm::omp::Directive> {
     return false;
   }
 
+  bool Pre(const parser::OmpClause::Uniform &x) {
+    for (const auto &name : x.v) {
----------------
tblah wrote:

nit: there is a `ResolveOmpNameList` helper

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


More information about the flang-commits mailing list