[lldb] Use nullptr instead of 0 or NULL (NFC)
authorKazu Hirata <kazu@google.com>
Sat, 1 Jan 2022 18:48:56 +0000 (10:48 -0800)
committerKazu Hirata <kazu@google.com>
Sat, 1 Jan 2022 18:48:56 +0000 (10:48 -0800)
commit913457acf07be7f22d71ac41ad1076517d7f45c6
treee650583608a1f6fd158b3b99842a5d5f532c7008
parent69ccc96162aa3471389d98184e0d683573edb47d
[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.
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Host/common/HostNativeThreadBase.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/ObjectFile/Minidump/MinidumpFileBuilder.cpp
lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/source/Symbol/Symbol.cpp