[flang-commits] [clang] [flang] [flang] Add -fcomplex-arithmetic= option and select complex division algorithm (PR #146641)
Shunsuke Watanabe via flang-commits
flang-commits at lists.llvm.org
Mon Jul 7 23:38:02 PDT 2025
================
@@ -3409,3 +3409,30 @@ StringRef tools::parseMRecipOption(clang::DiagnosticsEngine &Diags,
return Out;
}
+
+std::string tools::ComplexRangeKindToStr(LangOptions::ComplexRangeKind Range) {
----------------
s-watanabe314 wrote:
Thank you for the review. I have corrected the function names.
https://github.com/llvm/llvm-project/pull/146641
More information about the flang-commits
mailing list