[clang] [clang] constexpr integer `__builtin_elementwise_{max,min}` (PR #152294)

2025-08-06 Thread Connector Switch via cfe-commits
@@ -860,3 +860,19 @@ static_assert(__builtin_elementwise_sub_sat(0U, 1U) == 0U); static_assert(__builtin_bit_cast(unsigned, __builtin_elementwise_sub_sat((vector4char){5, 4, 3, 2}, (vector4char){1, 1, 1, 1})) == (LITTLE_END ? 0x01020304 : 0x04030201)); static_assert(__builtin_

[clang] [clang] constexpr integer `__builtin_elementwise_{max,min}` (PR #152294)

2025-08-06 Thread Connector Switch via cfe-commits
@@ -860,3 +860,19 @@ static_assert(__builtin_elementwise_sub_sat(0U, 1U) == 0U); static_assert(__builtin_bit_cast(unsigned, __builtin_elementwise_sub_sat((vector4char){5, 4, 3, 2}, (vector4char){1, 1, 1, 1})) == (LITTLE_END ? 0x01020304 : 0x04030201)); static_assert(__builtin_

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

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

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

2025-08-03 Thread Connector Switch via cfe-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

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

2025-08-03 Thread Connector Switch via cfe-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

[clang] [NFC] Fix bad link in `clang/lib/Sema/SemaTypeTraits.cpp` (PR #141405)

2025-05-25 Thread Connector Switch via cfe-commits
https://github.com/c8ef closed https://github.com/llvm/llvm-project/pull/141405 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] Fix bad link in `clang/lib/Sema/SemaTypeTraits.cpp` (PR #141405)

2025-05-25 Thread Connector Switch via cfe-commits
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/141405 None >From 739435d262f0da627b6ae9dbdba7065f16a56ddf Mon Sep 17 00:00:00 2001 From: Connector Switch Date: Sun, 25 May 2025 19:53:39 +0800 Subject: [PATCH] fix bad link --- clang/lib/Sema/SemaTypeTraits.cpp | 2 +-

[clang] [flang] [llvm] [mlir] [NFC] Fix destroy typo. (PR #135640)

2025-04-14 Thread Connector Switch via cfe-commits
https://github.com/c8ef closed https://github.com/llvm/llvm-project/pull/135640 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] [llvm] [mlir] [NFC] Fix destroy typo. (PR #135640)

2025-04-14 Thread Connector Switch via cfe-commits
https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/135640 None >From 7aa91c6b064a638dcaad0f36ae5cba636f5ee58e Mon Sep 17 00:00:00 2001 From: c8ef Date: Mon, 14 Apr 2025 16:10:25 + Subject: [PATCH] fix destroy typo --- .../WebKit/ref-cntbl-base-virtual-dtor-templates