[clang] [libclang/python] Add equality comparison operators for File (PR #130383)

2025-03-21 Thread Jannick Kremer via cfe-commits
https://github.com/DeinAlptraum updated https://github.com/llvm/llvm-project/pull/130383 >From e8bf3b6f08f0e0030ea36fe8c42fcde166ad27e3 Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Thu, 19 Dec 2024 16:22:04 +0100 Subject: [PATCH 1/6] [libclang/python] Add equality comparison operators fo

[clang] [llvm] [RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extension (PR #132184)

2025-03-21 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `arc-builder` running on `arc-worker` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all". Full details are available at: https://lab.llvm.org/buildbot/#/builders/3/builds/13424 Here is the relevant pie

[clang-tools-extra] [clang-doc] [feat] add --repository-line-prefix argument (PR #131280)

2025-03-21 Thread Mohamed Emad via cfe-commits
hulxv wrote: @ilovepi done https://github.com/llvm/llvm-project/pull/131280 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-doc] Add regression test for test comments in macros (PR #132510)

2025-03-21 Thread via cfe-commits
https://github.com/ZhongUncle edited https://github.com/llvm/llvm-project/pull/132510 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Use *Set::insert_range (NFC) (PR #132507)

2025-03-21 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-analysis Author: Kazu Hirata (kazutakahirata) Changes DenseSet, SmallPtrSet, SmallSet, SetVector, and StringSet recently gained C++23-style insert_range. This patch replaces: Dest.insert(Src.begin(), Src.end()); with: Dest.insert_range(Src)

[clang] [llvm] [flang-rt] Pass the whole path of libflang_rt.runtime.a to linker on AIX (PR #131041)

2025-03-21 Thread Daniel Chen via cfe-commits
https://github.com/DanielCChen updated https://github.com/llvm/llvm-project/pull/131041 >From c394e25b3af722d76338bf7ab02d87de2a23074b Mon Sep 17 00:00:00 2001 From: Daniel Chen Date: Wed, 12 Mar 2025 18:23:14 -0400 Subject: [PATCH 01/12] [flang-rt] Pass the whole path of libflang_rt.runtime.a

[clang] [libc] [clang] diagnose invalid member pointer class on instantiation (PR #132516)

2025-03-21 Thread Matheus Izvekov via cfe-commits
https://github.com/mizvekov created https://github.com/llvm/llvm-project/pull/132516 This moves the diagnostic for member pointers pointing into non-class into BuildMemberPointer, so that it can be used from RebuildMemberPointer, when instantiating templates. Also adds a minor tweak to the di

[clang] 4527085 - [clang] diagnose invalid member pointer class on instantiation (#132516)

2025-03-21 Thread via cfe-commits
Author: Matheus Izvekov Date: 2025-03-22T02:05:40-03:00 New Revision: 45270853192db53022ccadf4767999af4fe4e332 URL: https://github.com/llvm/llvm-project/commit/45270853192db53022ccadf4767999af4fe4e332 DIFF: https://github.com/llvm/llvm-project/commit/45270853192db53022ccadf4767999af4fe4e332.dif

[clang] e710797 - Recommit "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extension (#132184)" (#132520)

2025-03-21 Thread via cfe-commits
Author: Sudharsan Veeravalli Date: 2025-03-22T11:07:48+05:30 New Revision: e7107973b83b7053f3ba92a40a33a27db0c90529 URL: https://github.com/llvm/llvm-project/commit/e7107973b83b7053f3ba92a40a33a27db0c90529 DIFF: https://github.com/llvm/llvm-project/commit/e7107973b83b7053f3ba92a40a33a27db0c9052

[clang] [llvm] Revert "Revert "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extensi… (PR #132520)

2025-03-21 Thread Sudharsan Veeravalli via cfe-commits
https://github.com/svs-quic closed https://github.com/llvm/llvm-project/pull/132520 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extension (PR #132184)

2025-03-21 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` running on `linaro-armv8-windows-msvc-05` while building `clang,llvm` at step 4 "build". Full details are available at: https://lab.llvm.org/buildbot/#/builders/141/builds/7235 Here is the relevant pie

[clang] [llvm] [RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extension (PR #132184)

2025-03-21 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-x86_64-debian-dylib` running on `gribozavr4` while building `clang,llvm` at step 5 "build-unified-tree". Full details are available at: https://lab.llvm.org/buildbot/#/builders/60/builds/22772 Here is the relevant piec

[clang] 619ba92 - [libclang/python] Change all global variables to snake case (#132378)

2025-03-21 Thread via cfe-commits
Author: Jannick Kremer Date: 2025-03-22T02:40:20+01:00 New Revision: 619ba920efc25aebb5e7e9e7a777964588616441 URL: https://github.com/llvm/llvm-project/commit/619ba920efc25aebb5e7e9e7a777964588616441 DIFF: https://github.com/llvm/llvm-project/commit/619ba920efc25aebb5e7e9e7a777964588616441.diff

[clang] [llvm] Revert "Revert "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extensi… (PR #132520)

2025-03-21 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Sudharsan Veeravalli (svs-quic) Changes …on (#132184)"" This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e. With a minor fix for the build failures. --- Patch is 21.58 KiB, truncated to 20.00 KiB below, full version: https://

[clang] [llvm] Revert "Revert "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extensi… (PR #132520)

2025-03-21 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-backend-risc-v Author: Sudharsan Veeravalli (svs-quic) Changes …on (#132184)"" This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e. With a minor fix for the build failures. --- Patch is 21.58 KiB, truncated to 20.00 KiB below, full version:

[clang] [llvm] Revert "Revert "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extensi… (PR #132520)

2025-03-21 Thread Sudharsan Veeravalli via cfe-commits
https://github.com/svs-quic created https://github.com/llvm/llvm-project/pull/132520 …on (#132184)"" This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e. With a minor fix for the build failures. >From 120916cbfeb248dbf9647ffea563e202afcfafe1 Mon Sep 17 00:00:00 2001 From: Sudharsan V

[clang] [llvm] Revert "Revert "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extensi… (PR #132520)

2025-03-21 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-mc Author: Sudharsan Veeravalli (svs-quic) Changes …on (#132184)"" This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e. With a minor fix for the build failures. --- Patch is 21.58 KiB, truncated to 20.00 KiB below, full version: https://git

[clang] [NFC][clang] Remove superfluous header files after refactor in #132252 (PR #132495)

2025-03-21 Thread Erich Keane via cfe-commits
erichkeane wrote: > > How'd you manage to find the right ones? IMO we should be using > > include-what-you-use on these to make sure we get it right (if you have > > already, disregard this). > > Also, can you share before-split/after-split/after-this build time > > benchmarks? Does this get u

[clang] [llvm] Revert "Revert "[RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extensi… (PR #132520)

2025-03-21 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-driver Author: Sudharsan Veeravalli (svs-quic) Changes …on (#132184)"" This reverts commit fe7776eab87b3c79372b2056a6e0dd9ef1c4b10e. With a minor fix for the build failures. --- Patch is 21.58 KiB, truncated to 20.00 KiB below, full version: h

[clang] [HLSL][NFC] Refactor HLSLExternalSemaSource (PR #131032)

2025-03-21 Thread Helena Kotas via cfe-commits
https://github.com/hekota updated https://github.com/llvm/llvm-project/pull/131032 >From 7ebfc826ca27c71ef80f4a1b38b2d3a2e155b777 Mon Sep 17 00:00:00 2001 From: Helena Kotas Date: Wed, 12 Mar 2025 14:09:24 -0700 Subject: [PATCH 1/3] [HLSL][NFC] Refactoring HLSLExternalSemaSource Moving builder

<    1   2   3   4   5