[flang-commits] [flang] [flang][openmp]Add UserReductionDetails and use in DECLARE REDUCTION (PR #131628)

Krzysztof Parzyszek via flang-commits flang-commits at lists.llvm.org
Wed May 7 10:21:57 PDT 2025


================
@@ -343,6 +347,11 @@ class SemanticsContext {
   std::map<const Symbol *, SourceName> moduleFileOutputRenamings_;
   UnorderedSymbolSet isDefined_;
   std::list<ProgramTree> programTrees_;
+
+  // storage for mangled names used in OMP DECLARE REDUCTION.
----------------
kparzysz wrote:

Typo: "storage" -> "Storage".

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


More information about the flang-commits mailing list