[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
Fri Apr 4 11:49:37 PDT 2025
================
@@ -246,7 +246,7 @@ void GenericDetails::CopyFrom(const GenericDetails &from) {
// This is primarily for debugging.
std::string DetailsToString(const Details &details) {
return common::visit(
- common::visitors{
+ common::visitors{//
----------------
Leporacanthicus wrote:
No idea how that happened. I don't use VI. :)
https://github.com/llvm/llvm-project/pull/131628
More information about the flang-commits
mailing list