We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fccc32 commit a1ef1b2Copy full SHA for a1ef1b2
flang/include/flang/Semantics/dump-expr.h
@@ -48,10 +48,11 @@ class DumpEvaluateExpr {
48
// "... [with T = xyz; std::string_view = ...]"
49
#ifdef __clang__
50
std::string_view front("[T = ");
51
+ std::string_view back("]");
52
#else
53
std::string_view front("[with T = ");
-#endif
54
std::string_view back("; std::string_view =");
55
+#endif
56
57
#elif defined(_MSC_VER)
58
#define DUMP_EXPR_SHOW_TYPE
0 commit comments