https://github.com/el-ev created
https://github.com/llvm/llvm-project/pull/137501
Closes #136059
>From f27d8d2f2ecbf65479601f1d21206b1cb4d9ef6a Mon Sep 17 00:00:00 2001
From: Iris Shi <0...@owo.li>
Date: Sun, 27 Apr 2025 15:16:19 +0800
Subject: [PATCH] [CIR] Upstream initial support for union t
https://github.com/el-ev updated
https://github.com/llvm/llvm-project/pull/137501
>From b8011997fdc2548be80dd9305d758466a66cee4c Mon Sep 17 00:00:00 2001
From: Iris Shi <0...@owo.li>
Date: Sun, 27 Apr 2025 15:16:19 +0800
Subject: [PATCH] [CIR] Upstream initial support for union type
---
.../in
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Iris Shi (el-ev)
Changes
Closes #136059
---
Full diff: https://github.com/llvm/llvm-project/pull/137501.diff
7 Files Affected:
- (modified) clang/include/clang/CIR/Dialect/IR/CIRTypes.td (+1)
- (modified) clang/lib/CIR/CodeGen/CIRGenEx
vbvictor wrote:
Ping
https://github.com/llvm/llvm-project/pull/134375
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/fzou1 edited https://github.com/llvm/llvm-project/pull/136660
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/fzou1 edited https://github.com/llvm/llvm-project/pull/136660
___
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: Timm Baeder (tbaederr)
Changes
Destructors can't be called on global variables.
---
Full diff: https://github.com/llvm/llvm-project/pull/137525.diff
3 Files Affected:
- (modified) clang/lib/AST/ByteCode/Interp.cpp (+9-4)
- (modified) c
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/137526
We need to evaluate them since the index might be out of bounds.
>From f472d88b60eae7af922e4cc8350bafeeac79ffaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 27 Apr 2025 18:15:47 +020
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
We need to evaluate them since the index might be out of bounds.
---
Full diff: https://github.com/llvm/llvm-project/pull/137526.diff
2 Files Affected:
- (modified) clang/lib/AST/ByteCode/Compiler.cpp (+5-
Author: Timm Baeder
Date: 2025-04-27T18:01:19+02:00
New Revision: a1bcc8f757ff70e3504c7cca1219a474c55325d1
URL:
https://github.com/llvm/llvm-project/commit/a1bcc8f757ff70e3504c7cca1219a474c55325d1
DIFF:
https://github.com/llvm/llvm-project/commit/a1bcc8f757ff70e3504c7cca1219a474c55325d1.diff
L
https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/137523
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/137525
Destructors can't be called on global variables.
>From 6cae24d12cd68d9a4227dfbdb2566fe7a605e3f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Sun, 27 Apr 2025 17:51:57 +0200
Subject: [PATC
mati865 wrote:
> These changes mostly look good to me, but it all feels a bit unclear to me
> still. So I'd appreciate e.g. one or a few sentences in the commit message on
> each of these commits, to explain a bit about the why/how and how things work
> in other preexisting environments.
Sure
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`sanitizer-x86_64-linux-fast` running on `sanitizer-buildbot3` while building
`clang` at step 2 "annotate".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/169/builds/10897
Here is the relevant piece
Author: Timm Baeder
Date: 2025-04-27T20:02:58+02:00
New Revision: e045d55dd51bfa6ee4ef29d518393cb57b4dc0c4
URL:
https://github.com/llvm/llvm-project/commit/e045d55dd51bfa6ee4ef29d518393cb57b4dc0c4
DIFF:
https://github.com/llvm/llvm-project/commit/e045d55dd51bfa6ee4ef29d518393cb57b4dc0c4.diff
L
https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/137525
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`openmp-offload-amdgpu-runtime-2` running on `rocm-worker-hw-02` while building
`clang` at step 5 "compile-openmp".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/10/builds/4235
Here is the relevant
Author: Timm Baeder
Date: 2025-04-27T20:10:41+02:00
New Revision: 7904298c794913489202467599c7eacc860dd6d7
URL:
https://github.com/llvm/llvm-project/commit/7904298c794913489202467599c7eacc860dd6d7
DIFF:
https://github.com/llvm/llvm-project/commit/7904298c794913489202467599c7eacc860dd6d7.diff
L
https://github.com/tbaederr closed
https://github.com/llvm/llvm-project/pull/137526
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu`
running on `linaro-lldb-aarch64-ubuntu` while building `clang` at step 6 "test".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/59/builds/16742
Here is the relevant piece of the
uecker wrote:
I did some initial testing by compiling one of my projects and so far this
worked fine.
https://github.com/llvm/llvm-project/pull/132939
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
tclin914 wrote:
Kindly ping.
https://github.com/llvm/llvm-project/pull/135110
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
RiverDave wrote:
Ping @carlosgalvezp :)
https://github.com/llvm/llvm-project/pull/134774
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
RiverDave wrote:
Ping
https://github.com/llvm/llvm-project/pull/134188
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rniwa closed https://github.com/llvm/llvm-project/pull/137565
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rniwa created
https://github.com/llvm/llvm-project/pull/137566
None
>From a04f65339530bea920c80dc1b2b0f3c9bab488c3 Mon Sep 17 00:00:00 2001
From: Ryosuke Niwa
Date: Sun, 20 Apr 2025 18:38:31 -0700
Subject: [PATCH 1/2] [RawPtrRefMemberChecker] Make RawPtrRefMemberChecker
con
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Ryosuke Niwa (rniwa)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/137566.diff
5 Files Affected:
- (modified)
clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefMemberChecker.cpp (+67-61)
- (modifi
https://github.com/kuhar approved this pull request.
https://github.com/llvm/llvm-project/pull/137560
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/HighCommander4 updated
https://github.com/llvm/llvm-project/pull/133681
>From aab6aef62b7691290f02b0dd29b0071f428502c9 Mon Sep 17 00:00:00 2001
From: Nathan Ridge
Date: Mon, 31 Mar 2025 02:25:45 -0400
Subject: [PATCH] [clangd] Store documentation when indexing standard librar
HighCommander4 wrote:
Addressed review comments
https://github.com/llvm/llvm-project/pull/133681
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -21,17 +21,6 @@ using namespace clang;
namespace {
class TemplateArgumentHasher {
- // If we bail out during the process of calculating hash values for
- // template arguments for any reason. We're allowed to do it since
- // TemplateArgumentHasher are only required to g
Author: Vlad Serebrennikov
Date: 2025-04-28T09:21:17+03:00
New Revision: 21444e37ab3fa1a62e6113c85954e3f98ee48698
URL:
https://github.com/llvm/llvm-project/commit/21444e37ab3fa1a62e6113c85954e3f98ee48698
DIFF:
https://github.com/llvm/llvm-project/commit/21444e37ab3fa1a62e6113c85954e3f98ee48698.
Author: Vlad Serebrennikov
Date: 2025-04-28T09:24:25+03:00
New Revision: ab680c55c724ba894269fb687464961a2066c17f
URL:
https://github.com/llvm/llvm-project/commit/ab680c55c724ba894269fb687464961a2066c17f
DIFF:
https://github.com/llvm/llvm-project/commit/ab680c55c724ba894269fb687464961a2066c17f.
Author: Vlad Serebrennikov
Date: 2025-04-28T09:30:19+03:00
New Revision: c2d47a912f9bef427ff249f6e6ebfab89ac37902
URL:
https://github.com/llvm/llvm-project/commit/c2d47a912f9bef427ff249f6e6ebfab89ac37902
DIFF:
https://github.com/llvm/llvm-project/commit/c2d47a912f9bef427ff249f6e6ebfab89ac37902.
https://github.com/LorenzoMauro updated
https://github.com/llvm/llvm-project/pull/137544
>From b4ea6eebd552436b91bb077c138bf788133f31c3 Mon Sep 17 00:00:00 2001
From: Lorenzo
Date: Sun, 27 Apr 2025 20:24:58 +0200
Subject: [PATCH] [clang-format] Add ApplyAlwaysOnePerLineToTemplateArguments
opti
efriedma-quic wrote:
Please propose a fix for the definition of nsz itself itself in LangRef;
burying an exception to the general nsz rules in the middle of the definition
of min/max is, at best, confusing.
https://github.com/llvm/llvm-project/pull/113133
__
Author: Ryosuke Niwa
Date: 2025-04-27T15:45:03-07:00
New Revision: 992e92864142ef3e3313b7cbc11d5724ded414a7
URL:
https://github.com/llvm/llvm-project/commit/992e92864142ef3e3313b7cbc11d5724ded414a7
DIFF:
https://github.com/llvm/llvm-project/commit/992e92864142ef3e3313b7cbc11d5724ded414a7.diff
https://github.com/rniwa closed https://github.com/llvm/llvm-project/pull/137556
___
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-static-analyzer-1
Author: Ryosuke Niwa (rniwa)
Changes
Refactor RawPtrRefMemberChecker so that each subclass override isUnsafePtr like
other WebKit checkers instead of overriding isPtrCompatible.
---
Full diff: https://github.com/llvm/llvm-projec
https://github.com/rniwa created
https://github.com/llvm/llvm-project/pull/137559
Refactor RawPtrRefMemberChecker so that each subclass override isUnsafePtr like
other WebKit checkers instead of overriding isPtrCompatible.
>From 9d6c807a5d7b853876132be0668357f6945978af Mon Sep 17 00:00:00 2001
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Ryosuke Niwa (rniwa)
Changes
Refactor RawPtrRefMemberChecker so that each subclass override isUnsafePtr like
other WebKit checkers instead of overriding isPtrCompatible.
---
Full diff: https://github.com/llvm/llvm-project/pull/137559.diff
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp --
clang/lib/StaticAnalyzer/Checkers/WebKit/RawPtrRefMem
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu`
running on `linaro-lldb-aarch64-ubuntu` while building `clang` at step 6 "test".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/59/builds/16754
Here is the relevant piece of the
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/137571
We can use "constexpt if" to combine the two variants of functions.
>From 1f4e0a2f61f75c45aea2651dff2f08d1a60d4526 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Sun, 27 Apr 2025 19:44:12 -0700
Subjec
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Kazu Hirata (kazutakahirata)
Changes
We can use "constexpt if" to combine the two variants of functions.
---
Full diff: https://github.com/llvm/llvm-project/pull/137571.diff
1 Files Affected:
- (modified) clang/include/clang/ASTMatcher
https://github.com/ojhunt created
https://github.com/llvm/llvm-project/pull/137580
__ptrauth_restricted_intptr provides a mechanism to apply pointer
authentication to pointer sized integer types.
>From 7af378bbec4c7cf3896f6f7bc95d816e398930f2 Mon Sep 17 00:00:00 2001
From: Oliver Hunt
Date: S
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-clang
Author: Oliver Hunt (ojhunt)
Changes
__ptrauth_restricted_intptr provides a mechanism to apply pointer
authentication to pointer sized integer types.
---
Patch is 49.31 KiB, truncated to 20.00 KiB below, full v
https://github.com/topperc approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/135110
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff HEAD~1 HEAD --extensions cpp,c,h --
clang/test/CodeGen/ptrauth-restricted-intptr-qual
Author: Vlad Serebrennikov
Date: 2025-04-28T08:42:02+03:00
New Revision: ee29afe1e56d911f2fde54f5de141f4c4a0a1feb
URL:
https://github.com/llvm/llvm-project/commit/ee29afe1e56d911f2fde54f5de141f4c4a0a1feb
DIFF:
https://github.com/llvm/llvm-project/commit/ee29afe1e56d911f2fde54f5de141f4c4a0a1feb.
llvmbot wrote:
@llvm/pr-subscribers-clangd
Author: frayien (frayien)
Changes
See issue https://github.com/clangd/clangd/issues/2375
The clangd textDocument/documentLink request does not support include
statements with macro argument and fails by returning an invalid range.
This PR adds
https://github.com/frayien created
https://github.com/llvm/llvm-project/pull/137550
See issue https://github.com/clangd/clangd/issues/2375
The clangd textDocument/documentLink request does not support include
statements with macro argument and fails by returning an invalid range.
This PR adds
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`openmp-offload-amdgpu-runtime-2` running on `rocm-worker-hw-02` while building
`clang` at step 7 "Add check check-clang".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/10/builds/4242
Here is the re
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while
building `clang` at step 6 "test-build-unified-tree-check-all".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/144/builds/23727
Author: Kazu Hirata
Date: 2025-04-27T17:56:26-07:00
New Revision: ed3c8702a2582d4a8bbd9a292f6a191c0a656775
URL:
https://github.com/llvm/llvm-project/commit/ed3c8702a2582d4a8bbd9a292f6a191c0a656775
DIFF:
https://github.com/llvm/llvm-project/commit/ed3c8702a2582d4a8bbd9a292f6a191c0a656775.diff
L
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/137560
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Kazu Hirata
Date: 2025-04-27T19:09:30-07:00
New Revision: a129ca7f178e5cb26735f4ceb82f0c92ea43ca1b
URL:
https://github.com/llvm/llvm-project/commit/a129ca7f178e5cb26735f4ceb82f0c92ea43ca1b
DIFF:
https://github.com/llvm/llvm-project/commit/a129ca7f178e5cb26735f4ceb82f0c92ea43ca1b.diff
L
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/137568
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
101 - 159 of 159 matches
Mail list logo