[all-commits] [llvm/llvm-project] 95f711: Revert "[lldb] Use nullptr instead of 0 or NULL (N...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 1 11:15:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95f7112be8daa521e607fb3c231012a6d5eafa96
https://github.com/llvm/llvm-project/commit/95f7112be8daa521e607fb3c231012a6d5eafa96
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:
-----------
Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"
This reverts commit 913457acf07be7f22d71ac41ad1076517d7f45c6.
It again broke builds on Windows:
lldb/source/Host/common/HostNativeThreadBase.cpp(37,14): error:
assigning to 'lldb::thread_result_t' (aka 'unsigned int') from
incompatible type 'std::nullptr_t'
More information about the All-commits
mailing list