https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/66643
>From 88028509d7e5b5eaf38075c18abba498cb00087a Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 18:07:44 +0200
Subject: [PATCH] [clang] Fix null dereference on return in lambda attribute
statemen
pfusik wrote:
@cor3ntin to `test/CXX/what` or `test/Parser` ?
https://github.com/llvm/llvm-project/pull/66643
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/66643
>From 33c94d5bedf8889ab7b7fe2442fa0a3196223c91 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 18:41:54 +0200
Subject: [PATCH] [clang] Fix null dereference on return in lambda attribute
statemen
https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/66643
>From 81281e52ac76d0c10ddadaf7d75a544eccce39a5 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 19:54:16 +0200
Subject: [PATCH] [clang] Fix null dereference on return in lambda attribute
statemen
https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/66643
>From b84e2a821a3121fa3597e710da341de66746bb46 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 19:56:10 +0200
Subject: [PATCH] [clang] Fix null dereference on return in lambda attribute
statemen
https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/66643
>From c313074ca50cae80698154991273717e5a8cc13a Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 19:56:10 +0200
Subject: [PATCH] [clang] Fix null dereference on return in lambda attribute
statemen
pfusik wrote:
Rebased resolving the conflict in release notes.
https://github.com/llvm/llvm-project/pull/66643
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/66643
>From 4545c9c691a7affcab6cfe4e1b9b2a7715ab3f8b Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 19:56:10 +0200
Subject: [PATCH] [clang] Fix null dereference on return in lambda attribute
statemen
https://github.com/pfusik closed https://github.com/llvm/llvm-project/pull/66643
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/pfusik created
https://github.com/llvm/llvm-project/pull/66643
Fixes https://github.com/llvm/llvm-project/issues/48527
>From ea731b4d3d553f42cbaaec2079adeec3927b4150 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Mon, 18 Sep 2023 15:10:58 +0200
Subject: [PATCH] [clang] Fix
pfusik wrote:
> I'd be inclined to move the test to clang/test/Parser/ because even though
> the fix is in Sema, it's testing a wrong parse.
It's an ICE in Sema. The test is identical to the bug report, but it doesn't
mean the issue is limited to syntax errors.
```cpp
int main() {
[]()__a
https://github.com/pfusik created
https://github.com/llvm/llvm-project/pull/98611
enumerated and non-enumerated type in conditional expression
>From d8d44d1eff37bc7e2632fb64b087aac270742ac6 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Fri, 12 Jul 2024 11:34:26 +0200
Subject: [PATCH] [clang
pfusik wrote:
This fixes one of the very few warnings when building clang with Ubuntu 22.04's
gcc.
https://github.com/llvm/llvm-project/pull/98611
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/pfusik closed https://github.com/llvm/llvm-project/pull/98611
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/pfusik closed
https://github.com/llvm/llvm-project/pull/126245
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/pfusik updated
https://github.com/llvm/llvm-project/pull/126245
>From 666c1d15556579707c1ebce07ed2774fe13437ec Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Fri, 7 Feb 2025 14:58:34 +0100
Subject: [PATCH 1/2] [BoundsSafety][doc] Add a missing newline in C snippet
---
cla
https://github.com/pfusik created
https://github.com/llvm/llvm-project/pull/126247
None
>From 7aa0008aafc776941151dec16f52725b8958e730 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Fri, 7 Feb 2025 15:19:11 +0100
Subject: [PATCH] [BoundsSafety][doc] Fix a typo
---
clang/docs/BoundsSafety.r
https://github.com/pfusik created
https://github.com/llvm/llvm-project/pull/126245
None
>From 666c1d15556579707c1ebce07ed2774fe13437ec Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Fri, 7 Feb 2025 14:58:34 +0100
Subject: [PATCH] [BoundsSafety][doc] Add a missing newline in C snippet
---
c
https://github.com/pfusik edited
https://github.com/llvm/llvm-project/pull/126245
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
19 matches
Mail list logo