[all-commits] [llvm/llvm-project] 68fbc8: [lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead ...
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Nov 3 07:20:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68fbc8eec38d2930b60e01ffb2cbf297eac658fb
https://github.com/llvm/llvm-project/commit/68fbc8eec38d2930b60e01ffb2cbf297eac658fb
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M lldb/source/DataFormatters/StringPrinter.cpp
M lldb/source/Expression/IRInterpreter.cpp
M lldb/source/Host/common/PseudoTerminal.cpp
M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
M lldb/source/Host/posix/MainLoopPosix.cpp
M lldb/source/Host/windows/MainLoopWindows.cpp
M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
M lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Symbol/SymbolFile.cpp
M lldb/source/Utility/Log.cpp
M lldb/tools/lldb-dap/DAP.cpp
Log Message:
-----------
[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) cast
Uses of (void) remain where they are for purposes other than an
assert variable.
More information about the All-commits
mailing list