[clang] [Clang][LoongArch] Match GCC behaviour when parsing FPRs in asm clobbers (PR #138391)

2025-06-27 Thread Yao Zi via cfe-commits
https://github.com/ziyao233 updated https://github.com/llvm/llvm-project/pull/138391 >From 1f14ee7b8e368ddf6e248eae8c54596c4b7bf051 Mon Sep 17 00:00:00 2001 From: Yao Zi Date: Sat, 3 May 2025 09:49:25 + Subject: [PATCH] [Clang][LoongArch] Match GCC behaviour when parsing FPRs in asm clobbe

[clang-tools-extra] 8351752 - [clang-tidy] Fix false positives in `readability-redundant-inline-specifier` (#135391)

2025-06-27 Thread via cfe-commits
Author: Björn Svensson Date: 2025-06-28T09:10:34+03:00 New Revision: 8351752dbc405a44ebcb267f97c7f643e1a78544 URL: https://github.com/llvm/llvm-project/commit/8351752dbc405a44ebcb267f97c7f643e1a78544 DIFF: https://github.com/llvm/llvm-project/commit/8351752dbc405a44ebcb267f97c7f643e1a78544.diff

[clang-tools-extra] [clang-tidy] Fix false positives in `readability-redundant-inline-specifier` (PR #135391)

2025-06-27 Thread Baranov Victor via cfe-commits
=?utf-8?q?Bj=C3=B6rn?= Svensson , =?utf-8?q?Bj=C3=B6rn?= Svensson Message-ID: In-Reply-To: https://github.com/vbvictor approved this pull request. https://github.com/llvm/llvm-project/pull/135391 ___ cfe-commits mailing list cfe-commits@lists.llvm.o

[clang-tools-extra] [clang-tidy] Fix false positives in `readability-redundant-inline-specifier` (PR #135391)

2025-06-27 Thread Baranov Victor via cfe-commits
=?utf-8?q?Björn?= Svensson , =?utf-8?q?Björn?= Svensson Message-ID: In-Reply-To: https://github.com/vbvictor closed https://github.com/llvm/llvm-project/pull/135391 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bi

[clang] [llvm] Revert "[Hexagon] NFC: Reduce the amount of version-specific code" (PR #146193)

2025-06-27 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vla-2stage` running on `linaro-g3-02` while building `clang,llvm` at step 12 "ninja check 2". Full details are available at: https://lab.llvm.org/buildbot/#/builders/41/builds/7583 Here is the relevant pie

[clang] 3f53155 - [REAPPLY][Clang-Repl] Add support for out-of-process execution. #110418 (#144064)

2025-06-27 Thread via cfe-commits
Author: SahilPatidar Date: 2025-06-28T08:42:59+03:00 New Revision: 3f531552e66f242d4bfc0163be848f9e51259d80 URL: https://github.com/llvm/llvm-project/commit/3f531552e66f242d4bfc0163be848f9e51259d80 DIFF: https://github.com/llvm/llvm-project/commit/3f531552e66f242d4bfc0163be848f9e51259d80.diff

[clang] [REAPPLY][Clang-Repl] Add support for out-of-process execution. #110418 (PR #144064)

2025-06-27 Thread Vassil Vassilev via cfe-commits
https://github.com/vgvassilev closed https://github.com/llvm/llvm-project/pull/144064 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] c6bd020 - Revert "[Hexagon] NFC: Reduce the amount of version-specific code" (#146193)

2025-06-27 Thread via cfe-commits
Author: Brian Cain Date: 2025-06-27T23:13:36-05:00 New Revision: c6bd0207141f8fbd4061495b238a70e833f51cb6 URL: https://github.com/llvm/llvm-project/commit/c6bd0207141f8fbd4061495b238a70e833f51cb6 DIFF: https://github.com/llvm/llvm-project/commit/c6bd0207141f8fbd4061495b238a70e833f51cb6.diff LO

[clang] [llvm] Revert "[Hexagon] NFC: Reduce the amount of version-specific code" (PR #146193)

2025-06-27 Thread Brian Cain via cfe-commits
https://github.com/androm3da closed https://github.com/llvm/llvm-project/pull/146193 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Fix tests requiring Z3 headers in standalone builds (PR #146200)

2025-06-27 Thread Michał Górny via cfe-commits
https://github.com/mgorny created https://github.com/llvm/llvm-project/pull/146200 Fix running tests that require Z3 headers in standalone build. They were wrongly relying on `Z3_INCLUDE_DIR` being passed through from LLVM, which is not the case for a standalone build. Instead, perform `find_

[clang] [clang] Fix tests requiring Z3 headers in standalone builds (PR #146200)

2025-06-27 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Michał Górny (mgorny) Changes Fix running tests that require Z3 headers in standalone build. They were wrongly relying on `Z3_INCLUDE_DIR` being passed through from LLVM, which is not the case for a standalone build. Instead, perform `fi

[clang] [CIR] Implement NotEqualOp for ComplexType (PR #146129)

2025-06-27 Thread Amr Hesham via cfe-commits
AmrDeveloper wrote: > Is there any reason why this is special a operation and not cmp operation > parameterized by (ne, eq) as for floats, integers? I like the suggestion too, especially that both of them has the same signature T, T -> bool, I will update this PR and create another PR to updat

[clang] [clang] Fix tests requiring Z3 headers in standalone builds (PR #146200)

2025-06-27 Thread Balazs Benics via cfe-commits
https://github.com/steakhal approved this pull request. Thank you for doing this extra mile. I really appreciate it. I had a look at the patch and it makes sense. Looks good. https://github.com/llvm/llvm-project/pull/146200 ___ cfe-commits mailing lis

[clang] [llvm] [EarlyCSE] Add support for writeonly call CSE (PR #145474)

2025-06-27 Thread Yingwei Zheng via cfe-commits
https://github.com/dtcxzyw approved this pull request. LGTM. Thank you! https://github.com/llvm/llvm-project/pull/145474 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 7f6d739 - [Basic] Use StringRef::drop_back (NFC) (#146195)

2025-06-27 Thread via cfe-commits
Author: Kazu Hirata Date: 2025-06-27T22:07:34-07:00 New Revision: 7f6d7391cfff6a444e5e15d1de9be429ff1d9edd URL: https://github.com/llvm/llvm-project/commit/7f6d7391cfff6a444e5e15d1de9be429ff1d9edd DIFF: https://github.com/llvm/llvm-project/commit/7f6d7391cfff6a444e5e15d1de9be429ff1d9edd.diff L

[clang] [Basic] Use StringRef::drop_back (NFC) (PR #146195)

2025-06-27 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/146195 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 3c4e730 - [Sema][clangd] add noexcept to override functions during code completion (#75937)

2025-06-27 Thread via cfe-commits
Author: Sirui Mu Date: 2025-06-28T14:37:20+08:00 New Revision: 3c4e7308028e31aef21e50730145ba7f9b439363 URL: https://github.com/llvm/llvm-project/commit/3c4e7308028e31aef21e50730145ba7f9b439363 DIFF: https://github.com/llvm/llvm-project/commit/3c4e7308028e31aef21e50730145ba7f9b439363.diff LOG:

[clang] [Sema][clangd] add noexcept to override functions during code completion (PR #75937)

2025-06-27 Thread Sirui Mu via cfe-commits
https://github.com/Lancern closed https://github.com/llvm/llvm-project/pull/75937 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

<    1   2   3   4   5