Author: Vitaly Buka
Date: 2025-06-02T22:47:08-07:00
New Revision: 2622e6bfa076c60d4556c066245895e2766a7285
URL:
https://github.com/llvm/llvm-project/commit/2622e6bfa076c60d4556c066245895e2766a7285
DIFF:
https://github.com/llvm/llvm-project/commit/2622e6bfa076c60d4556c066245895e2766a7285.diff
L
https://github.com/vitalybuka closed
https://github.com/llvm/llvm-project/pull/142527
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/vitalybuka edited
https://github.com/llvm/llvm-project/pull/142527
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/142534.diff
1 Files Affected:
- (modified) clang/include/clang/Basic/BuiltinsBase.td (+1-1)
``diff
diff --git a/clang/include/clang/Bas
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/142534
None
>From ef0db5d83400a2d43a8706cbfb7374a91d68f72f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Mon, 2 Jun 2025 16:58:10 +0200
Subject: [PATCH] clang: Fix wrong C++ marker in tablegen file
---
clang/in
arsenm wrote:
* **#142534** https://app.graphite.dev/github/pr/llvm/llvm-project/142534?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/> 👈 https://app.graphite.dev/github/pr/llvm/llvm-project/14253
@@ -0,0 +1,250 @@
+// RUN: cp %s %t
+// RUN: %clang_cc1 -x c++ -Wunused-lambda-capture -Wno-unused-value -std=c++1z
-fixit %t
+// RUN: grep -v CHECK %t | FileCheck %s
+
+
+#define MACRO_CAPTURE(...) __VA_ARGS__
+int main() {
+int a = 0, b = 0, c = 0;
+auto F0 = [a, &b]()
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/142534
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (Ami-zhang)
Changes
The LoongArch psABI recently added __bf16 type support. Now we can enable this
new type in clang.
Currently, bf16 operations are automatically supported by promoting to float.
This patch adds bf16 support by ensu
llvmbot wrote:
@llvm/pr-subscribers-backend-loongarch
Author: None (Ami-zhang)
Changes
The LoongArch psABI recently added __bf16 type support. Now we can enable this
new type in clang.
Currently, bf16 operations are automatically supported by promoting to float.
This patch adds bf16 sup
501 - 510 of 510 matches
Mail list logo