[flang-commits] [flang] [flang] Update printing values in dump-parse-tree (PR #112709)

Peter Klausler via flang-commits flang-commits at lists.llvm.org
Thu Oct 17 08:48:59 PDT 2024


================
@@ -884,8 +884,10 @@ class ParseTreeDumper {
     } else if constexpr (HasSource<T>::value) {
       return x.source.ToString();
 #endif
-    } else if constexpr (std::is_same_v<T, std::string>) {
----------------
klausler wrote:

are you sure that you want to delete this case?  is it redundant or something?

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


More information about the flang-commits mailing list