[flang-commits] [flang] [flang][openmp]Add UserReductionDetails and use in DECLARE REDUCTION (PR #131628)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Apr 9 08:46:02 PDT 2025
================
@@ -146,5 +146,10 @@ struct SymbolAndTypeMappings;
void MapSubprogramToNewSymbols(const Symbol &oldSymbol, Symbol &newSymbol,
Scope &newScope, SymbolAndTypeMappings * = nullptr);
+parser::CharBlock MakeNameFromOperator(
+ const parser::DefinedOperator::IntrinsicOperator &op,
+ SemanticsContext &context);
+parser::CharBlock MangleSpecialFunctions(const parser::CharBlock name);
----------------
klausler wrote:
if it's not a reference or pointer, `const` is superfluous in the prototype.
https://github.com/llvm/llvm-project/pull/131628
More information about the flang-commits
mailing list