[Lldb-commits] [lldb] [lldb][NFC] Fix compilation issue on windows (PR #76453)

2023-12-27 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: gmh (gmh5225) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/76453.diff 1 Files Affected: - (modified) lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp (+2-2) ``diff diff --git a/lldb/sour

[Lldb-commits] [lldb] [lldb][NFC] Fix compilation issue on windows (PR #76453)

2023-12-27 Thread via lldb-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it i

[Lldb-commits] [lldb] [lldb][NFC] Fix compilation issue on windows (PR #76453)

2023-12-27 Thread via lldb-commits
https://github.com/gmh5225 created https://github.com/llvm/llvm-project/pull/76453 None >From 362c9380964e13878afae57428028f93bd80d03a Mon Sep 17 00:00:00 2001 From: gmh <1391+gmh5...@users.noreply.github.com> Date: Thu, 28 Dec 2023 01:00:40 +0800 Subject: [PATCH] [lldb][NFC] Fix compilatio

[Lldb-commits] [compiler-rt] [flang] [clang-tools-extra] [llvm] [libc] [lldb] [libcxx] [clang] [libc++][variant] P2637R3: Member `visit` (PR #76447)

2023-12-27 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-libcxx Author: Hristo Hristov (H-G-Hristov) Changes Implements parts of: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2637r3.html (https://eel.is/c++draft/variant.visit) Adds member `visit` tests and (NFC) refactors + reformats the non-me

[Lldb-commits] [libcxx] [flang] [compiler-rt] [lldb] [clang] [llvm] [clang-tools-extra] [libc] [libc++][variant] P2637R3: Member `visit` (PR #76447)

2023-12-27 Thread Hristo Hristov via lldb-commits
https://github.com/H-G-Hristov edited https://github.com/llvm/llvm-project/pull/76447 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [libcxx] [clang] [llvm] [libc] [compiler-rt] [clang-tools-extra] [lldb] [flang] [libc++][variant] P2637R3 - Member `visit` (PR #76447)

2023-12-27 Thread via lldb-commits
github-actions[bot] wrote: :warning: Python code formatter, darker found issues in your code. :warning: You can test this locally with the following command: ``bash darker --check --diff -r 886655869cef2e0f11da8981da30d70ad7892ff9...653ec7af66441bf9f9885622cec12c48322767b8 libcx