================
@@ -322,10 +322,12 @@ std::vector<CompilerContext> parseCompilerContext() {
}
result.push_back({kind, ConstString{value}});
}
- outs() << "Search context: {\n";
- for (auto entry: result)
- entry.Dump();
- outs() << "}\n";
+ outs() << "Search context: {";
+ lldb_private::StreamString s;
+ llvm::interleave(
----------------
Michael137 wrote:
`interleaveComma`
https://github.com/llvm/llvm-project/pull/69981
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits