[all-commits] [llvm/llvm-project] b83362: [lldb] Use nullptr instead of 0 or NULL (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jan 1 11:54:43 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8336280d8244039a648ffde06b1e857cb664b15
      https://github.com/llvm/llvm-project/commit/b8336280d8244039a648ffde06b1e857cb664b15
  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/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 hunks in HostNativeThreadBase.{h,cpp}, which break builds
on Windows.

Identified with modernize-use-nullptr.




More information about the All-commits mailing list