[flang-commits] [flang] [flang] NameUniquer helper for detecting module-scope data (PR #192733)

Valentin Clement バレンタイン クレメン via flang-commits flang-commits at lists.llvm.org
Sun Apr 19 09:45:30 PDT 2026


================
@@ -347,6 +347,29 @@ bool fir::NameUniquer::belongsToModule(llvm::StringRef uniquedName,
          result.second.modules[0] == moduleName;
 }
 
+/// Flang records the lexical module/submodule nesting of a symbol in the
----------------
clementval wrote:

That's a good point. @nvptm Can you do a PR to add the unit test? 

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


More information about the flang-commits mailing list