[Lldb-commits] [lldb] [lldb][NFC] Remove Stream::Printf calls with constant strings in Target/* (PR #210287)
Marina Taylor via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 21 04:30:57 PDT 2026
citymarina wrote:
I wonder, could `Printf(const char*)` (without further arguments) be overloaded to either complain, or call PutCString directly?
https://github.com/llvm/llvm-project/pull/210287
More information about the lldb-commits
mailing list