[all-commits] [llvm/llvm-project] 8b649f: [lldb] Add NOLINT(modernize-use-nullptr)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jan 1 13:15:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b649f98f68c5fe6e39f0d3666bb2dfef4543beb
      https://github.com/llvm/llvm-project/commit/8b649f98f68c5fe6e39f0d3666bb2dfef4543beb
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-01-01 (Sat, 01 Jan 2022)

  Changed paths:
    M lldb/include/lldb/Host/HostNativeThreadBase.h
    M lldb/source/Host/common/HostNativeThreadBase.cpp

  Log Message:
  -----------
  [lldb] Add NOLINT(modernize-use-nullptr)

thread_result_t is defined as unsigned on Windows.

This patch prevents clang-tidy from replacing 0 with nullptr.




More information about the All-commits mailing list