[Lldb-commits] [clang] [libcxxabi] [lldb] [llvm] [DRAFT] [lldb][Expression] Add structor variant to LLDB's function call labels (PR #149827)

2025-08-03 Thread Michael Buch via lldb-commits
https://github.com/Michael137 updated https://github.com/llvm/llvm-project/pull/149827 >From b8f31ec8f556169a45370938cf28bd8582134a5c Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Sun, 3 Aug 2025 11:38:07 +0100 Subject: [PATCH 1/3] [clang][Attr] Remove 'literal label' form of AsmLabelAttr

[Lldb-commits] [clang] [lldb] [Clang] Initial support for P2841 (Variable template and concept template parameters) (PR #150823)

2025-08-03 Thread Corentin Jabot via lldb-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/150823 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [libcxxabi] [lldb] [llvm] [DRAFT] [lldb][Expression] Add structor variant to LLDB's function call labels (PR #149827)

2025-08-03 Thread Michael Buch via lldb-commits
https://github.com/Michael137 updated https://github.com/llvm/llvm-project/pull/149827 >From a61eb43dd47463a817e2899ec81bab23d5bdc9bc Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Mon, 4 Aug 2025 07:49:19 +0100 Subject: [PATCH 1/3] Clang --- clang/include/clang/Basic/Attr.td | 17

[Lldb-commits] [lldb] [lldb] Include bit.h instead of SwapByteOrder.h (NFC) (PR #151903)

2025-08-03 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Kazu Hirata (kazutakahirata) Changes We use llvm::byteswap from bit.h, but we don't use any feature from SwapByteOrder.h. --- Full diff: https://github.com/llvm/llvm-project/pull/151903.diff 1 Files Affected: - (modified) lldb/include/l

[Lldb-commits] [lldb] [lldb] Include bit.h instead of SwapByteOrder.h (NFC) (PR #151903)

2025-08-03 Thread Kazu Hirata via lldb-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/151903 We use llvm::byteswap from bit.h, but we don't use any feature from SwapByteOrder.h. >From 9d3b29f2da95e0328ef73a71f15815a9f71d3e88 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 3 Aug 2025 14:45

[Lldb-commits] [clang] [libcxxabi] [lldb] [llvm] [DRAFT] [lldb][Expression] Add structor variant to LLDB's function call labels (PR #149827)

2025-08-03 Thread Michael Buch via lldb-commits
https://github.com/Michael137 updated https://github.com/llvm/llvm-project/pull/149827 >From 809925d0fcb99f919b3a443a9b5fb22e4173a504 Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Sun, 3 Aug 2025 11:38:07 +0100 Subject: [PATCH 1/3] [clang][Attr] Remove 'literal label' form of AsmLabelAttr

[Lldb-commits] [lldb] [lldb-dap] Add readOnly attribute for variables (PR #151884)

2025-08-03 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Druzhkov Sergei (DrSergei) Changes This patch adds `readOnly` [attribute](https://microsoft.github.io/debug-adapter-protocol/specification#Types_VariablePresentationHint) for variables. When this attribute is returned for a variable, VS Co

[Lldb-commits] [lldb] [lldb-dap] Add readOnly attribute for variables (PR #151884)

2025-08-03 Thread Druzhkov Sergei via lldb-commits
https://github.com/DrSergei created https://github.com/llvm/llvm-project/pull/151884 This patch adds `readOnly` [attribute](https://microsoft.github.io/debug-adapter-protocol/specification#Types_VariablePresentationHint) for variables. When this attribute is returned for a variable, VS Code p

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread LLVM Continuous Integration via lldb-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `openmp-s390x-linux` running on `systemz-1` while building `clang-tools-extra,clang,flang-rt,flang,lldb,llvm` at step 6 "test-openmp". Full details are available at: https://lab.llvm.org/buildbot/#/builders/88/builds/14669 H

[Lldb-commits] [lldb] 8b7f81f - [NFC] Fix `assignment` typo. (#151864)

2025-08-03 Thread via lldb-commits
Author: Connector Switch Date: 2025-08-03T22:32:00+08:00 New Revision: 8b7f81f2de1faceaa29b2c148d99b663d23f7110 URL: https://github.com/llvm/llvm-project/commit/8b7f81f2de1faceaa29b2c148d99b663d23f7110 DIFF: https://github.com/llvm/llvm-project/commit/8b7f81f2de1faceaa29b2c148d99b663d23f7110.di

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread Connector Switch via lldb-commits
https://github.com/c8ef closed https://github.com/llvm/llvm-project/pull/151864 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread Connector Switch via lldb-commits
https://github.com/c8ef updated https://github.com/llvm/llvm-project/pull/151864 >From 0440a3602e32fb0215c438db939bda6b8503762b Mon Sep 17 00:00:00 2001 From: c8ef Date: Sun, 3 Aug 2025 20:55:14 +0800 Subject: [PATCH 1/2] fix assignment typo --- .../checkers/performance/unnecessary-value-param

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread Baranov Victor via lldb-commits
https://github.com/vbvictor approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/151864 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-clang-tidy Author: Connector Switch (c8ef) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/151864.diff 15 Files Affected: - (modified) clang-tools-extra/test/clang-tidy/checkers/performance/unnecessary-value-param.cpp (+2-2) - (m

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-flang-fir-hlfir @llvm/pr-subscribers-clang Author: Connector Switch (c8ef) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/151864.diff 15 Files Affected: - (modified) clang-tools-extra/test/clang-tidy/checkers/performance/unnecessa

[Lldb-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [NFC] Fix `assignment` typo. (PR #151864)

2025-08-03 Thread Connector Switch via lldb-commits
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/151864 None >From 0440a3602e32fb0215c438db939bda6b8503762b Mon Sep 17 00:00:00 2001 From: c8ef Date: Sun, 3 Aug 2025 20:55:14 +0800 Subject: [PATCH] fix assignment typo --- .../checkers/performance/unnecessary-value-par

[Lldb-commits] [clang] [lldb] [clang][Attr] Remove 'literal label' form of AsmLabelAttr (PR #151858)

2025-08-03 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Michael Buch (Michael137) Changes This was added purely for the needs of LLDB. However, starting with https://github.com/llvm/llvm-project/pull/151355 and https://github.com/llvm/llvm-project/pull/148877 we no longer create literal AsmLa

[Lldb-commits] [clang] [lldb] [clang][Attr] Remove 'literal label' form of AsmLabelAttr (PR #151858)

2025-08-03 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Michael Buch (Michael137) Changes This was added purely for the needs of LLDB. However, starting with https://github.com/llvm/llvm-project/pull/151355 and https://github.com/llvm/llvm-project/pull/148877 we no longer create literal AsmLab

[Lldb-commits] [clang] [lldb] [clang][Attr] Remove 'literal label' form of AsmLabelAttr (PR #151858)

2025-08-03 Thread Michael Buch via lldb-commits
https://github.com/Michael137 edited https://github.com/llvm/llvm-project/pull/151858 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [lldb] [clang][Attr] Remove 'literal label' form of AsmLabelAttr (PR #151858)

2025-08-03 Thread Michael Buch via lldb-commits
https://github.com/Michael137 created https://github.com/llvm/llvm-project/pull/151858 This was added purely for the needs of LLDB. However, starting with https://github.com/llvm/llvm-project/pull/151355 and https://github.com/llvm/llvm-project/pull/148877 we no longer create literal AsmLabel