[lldb] Add NOLINT(modernize-use-nullptr)
authorKazu Hirata <kazu@google.com>
Sat, 1 Jan 2022 21:14:59 +0000 (13:14 -0800)
committerKazu Hirata <kazu@google.com>
Sat, 1 Jan 2022 21:14:59 +0000 (13:14 -0800)
commit8b649f98f68c5fe6e39f0d3666bb2dfef4543beb
treea6a5988fa09b795a2c4e21df542d54d84ca9a796
parentf4ffcab1787ad19ad9c2596688306de8a45f904a
[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.
lldb/include/lldb/Host/HostNativeThreadBase.h
lldb/source/Host/common/HostNativeThreadBase.cpp