[lldb] Use single-argument static_assert where applicable (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 7 Aug 2022 21:26:04 +0000 (14:26 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 7 Aug 2022 21:26:08 +0000 (14:26 -0700)
commitd446d91aa39da6b616aacb3e036d4ff0d8905337
treec06cbe4be100b7f9b6eb85a916f66006c7a51829
parent74b5e797d5c9364bfc733f07ed9d27a33853f57b
[lldb] Use single-argument static_assert where applicable (NFC)

Since C++17 the message string for static_assert is optional. Replaces
static asserts with an empty string literal with the single-argument
variant.
lldb/include/lldb/Utility/Log.h
lldb/include/lldb/Utility/Scalar.h
lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp