[flang-commits] [flang] [flang][openmp]Add UserReductionDetails and use in DECLARE REDUCTION (PR #131628)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Wed Mar 26 10:23:47 PDT 2025
================
@@ -1748,15 +1748,75 @@ void OmpVisitor::ProcessMapperSpecifier(const parser::OmpMapperSpecifier &spec,
PopScope();
}
+parser::CharBlock MakeNameFromOperator(
----------------
Leporacanthicus wrote:
No, both these functions are used in check-omp-structure.cpp too. That's why they are declared in resole-names-tools.h.
https://github.com/llvm/llvm-project/pull/131628
More information about the flang-commits
mailing list