Files
clang-p2996/lldb/source/Plugins/Process/Windows
Muhammad Omair Javaid 5c065f01ce [lldb][Windows] Fix build with MSVC compiler broken by (#108072)
This patch fixes LLDB Windows build with MSVC compiler. MSVC deletes
the default constructor due to virtual inheritance rules. Explicitly
define the default constructor in NativeRegisterContextWindows to
ensure constructibility.
2025-02-03 15:17:08 +05:00
..