[all-commits] [llvm/llvm-project] d446d9: [lldb] Use single-argument static_assert where app...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Aug 7 14:29:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d446d91aa39da6b616aacb3e036d4ff0d8905337
https://github.com/llvm/llvm-project/commit/d446d91aa39da6b616aacb3e036d4ff0d8905337
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-08-07 (Sun, 07 Aug 2022)
Changed paths:
M lldb/include/lldb/Utility/Log.h
M lldb/include/lldb/Utility/Scalar.h
M lldb/source/Plugins/ABI/ARM/ABISysV_arm.cpp
M lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
M lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list