[all-commits] [llvm/llvm-project] f821e4: [lldb][NFC] Replace createStringError/llvm::format...
Michael Buch via All-commits
all-commits at lists.llvm.org
Fri Jan 16 09:23:03 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f821e4b86a429d034e1eb057d93f8bfaf5708cda
https://github.com/llvm/llvm-project/commit/f821e4b86a429d034e1eb057d93f8bfaf5708cda
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-16 (Fri, 16 Jan 2026)
Changed paths:
M lldb/source/Expression/DWARFExpression.cpp
M lldb/source/Expression/Expression.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
M lldb/source/Protocol/MCP/Server.cpp
M lldb/source/Symbol/Function.cpp
Log Message:
-----------
[lldb][NFC] Replace createStringError/llvm::formatv pairs with createStringErrorV (#176428)
Makes use of the recently introduced `llvm::createStringErrorV` API.
It's designed exactly for this use-case.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list