[Lldb-commits] [lldb] [lldb] Fix printf formatting of std::time_t seconds (PR #81078)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 8 08:31:37 PST 2024


https://github.com/adrian-prantl approved this pull request.

If we switched to a streamstring or a raw_svector_ostream we could avoid having to deal with the printf specifiers altogether...

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


More information about the lldb-commits mailing list