[all-commits] [llvm/llvm-project] d45762: [lldb] Fixing warnings / win32 builds in MainLoop....

John Harrison via All-commits all-commits at lists.llvm.org
Wed Jul 2 12:49:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d457621872528d27c8081cf147d41a6f46276d1d
      https://github.com/llvm/llvm-project/commit/d457621872528d27c8081cf147d41a6f46276d1d
  Author: John Harrison <harjohn at google.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M lldb/include/lldb/Host/windows/MainLoopWindows.h
    M lldb/include/lldb/lldb-types.h
    M lldb/source/Host/common/JSONTransport.cpp
    M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
    M lldb/source/Host/windows/MainLoopWindows.cpp
    M lldb/source/Utility/SelectHelper.cpp

  Log Message:
  -----------
  [lldb] Fixing warnings / win32 builds in MainLoop. (#146632)

Commit 1a7b7e24bcc1041ae0fb90abcfb73d36d76f4a07 introduced a few casting
warnings and a build issue in Win32 platforms.

Trying to correct the casts to c++ style casts instead of C style casts.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list