Skip to content
Commit 4f2eeb6a authored by Nico Weber's avatar Nico Weber
Browse files

Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"

This reverts commit 24d24055.
Breaks building on Windows:

    ../../lldb/include\lldb/Host/HostNativeThreadBase.h(49,36): error:
        cannot initialize a member subobject of type 'lldb::thread_result_t'
        (aka 'unsigned int') with an rvalue of type 'std::nullptr_t'
      lldb::thread_result_t m_result = nullptr;
                                       ^~~~~~~
    1 error generated.
parent dd2ad7fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment