[all-commits] [llvm/llvm-project] 913457: [lldb] Use nullptr instead of 0 or NULL (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 1 10:49:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 913457acf07be7f22d71ac41ad1076517d7f45c6
https://github.com/llvm/llvm-project/commit/913457acf07be7f22d71ac41ad1076517d7f45c6
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-01 (Sat, 01 Jan 2022)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Host/common/HostNativeThreadBase.cpp
M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
M lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
M lldb/source/Symbol/Symbol.cpp
Log Message:
-----------
[lldb] Use nullptr instead of 0 or NULL (NFC)
This is a re-submission of 24d240558811604354a8d6080405f6bad8d15b5c
without the hunk in HostNativeThreadBase.h, which breaks builds on
Windows.
Identified with modernize-use-nullptr.
More information about the All-commits
mailing list