[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.
Loading
Please register or sign in to comment
thread_result_t is defined as unsigned on Windows. This patch prevents clang-tidy from replacing 0 with nullptr.