[all-commits] [llvm/llvm-project] af3188: Add a createError variant without error code (NFC)...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Thu May 23 14:22:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af31883341a122a7285e9b4f0a034470024021eb
https://github.com/llvm/llvm-project/commit/af31883341a122a7285e9b4f0a034470024021eb
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M lldb/source/Host/common/Socket.cpp
M lldb/source/Interpreter/Options.cpp
M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/CompilerType.cpp
M lldb/source/Symbol/Symbol.cpp
M lldb/source/Symbol/SymbolFileOnDemand.cpp
M lldb/source/Symbol/TypeSystem.cpp
M lldb/source/Target/Target.cpp
M lldb/source/Utility/Status.cpp
M llvm/include/llvm/Support/Error.h
Log Message:
-----------
Add a createError variant without error code (NFC) (#93209)
For the significant amount of call sites that want to create an
incontrovertible error, such a wrapper function creates a significant
readability improvement and lowers the cost of entry to add error
handling in more places.
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