[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-05-22 Thread Chuanqi Xu via cfe-commits
https://github.com/ChuanqiXu9 commented: Serialization related change looks trivial and good. But I feel better to leave the formal approval to CG part reviewers. https://github.com/llvm/llvm-project/pull/89475 ___ cfe-commits mailing list

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-05-21 Thread via cfe-commits
ille-apple wrote: Rebased due to merge conflict. https://github.com/llvm/llvm-project/pull/89475 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-05-21 Thread via cfe-commits
https://github.com/ille-apple updated https://github.com/llvm/llvm-project/pull/89475 >From 26be4b6332bf6b58b3d99bb0065b854dcce2a944 Mon Sep 17 00:00:00 2001 From: ille-apple Date: Fri, 19 Apr 2024 15:36:44 -0700 Subject: [PATCH] [clang] Fix self-capturing `__block` variables Clang

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-05-10 Thread via cfe-commits
ille-apple wrote: Ping :) https://github.com/llvm/llvm-project/pull/89475 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-24 Thread via cfe-commits
https://github.com/ille-apple updated https://github.com/llvm/llvm-project/pull/89475 >From 9c61a1d684a15153ea73e2036cdf978ff187c44d Mon Sep 17 00:00:00 2001 From: ille-apple Date: Fri, 19 Apr 2024 15:36:44 -0700 Subject: [PATCH 1/2] [clang] Fix self-capturing `__block` variables Clang

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-24 Thread via 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 b6628c24ef017138b8d6eb288e94c141e7c846b0 9c61a1d684a15153ea73e2036cdf978ff187c44d --

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-22 Thread via cfe-commits
ille-apple wrote: Rebased, because the original version failed CI due to a regression on `main` (#89476). https://github.com/llvm/llvm-project/pull/89475 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-22 Thread via cfe-commits
https://github.com/ille-apple updated https://github.com/llvm/llvm-project/pull/89475 >From 9c61a1d684a15153ea73e2036cdf978ff187c44d Mon Sep 17 00:00:00 2001 From: ille-apple Date: Fri, 19 Apr 2024 15:36:44 -0700 Subject: [PATCH] [clang] Fix self-capturing `__block` variables Clang

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-modules Author: None (ille-apple) Changes This is an updated version of https://reviews.llvm.org/D90434 from 2020. Due to time constraints I stopped working on the patch, and unfortunately never got back around to it until now. Clang

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (ille-apple) Changes This is an updated version of https://reviews.llvm.org/D90434 from 2020. Due to time constraints I stopped working on the patch, and unfortunately never got back around to it until now. Clang special-cases

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-19 Thread via cfe-commits
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,

[clang] [clang] Fix self-capturing `__block` variables (PR #89475)

2024-04-19 Thread via cfe-commits
https://github.com/ille-apple created https://github.com/llvm/llvm-project/pull/89475 This is an updated version of https://reviews.llvm.org/D90434 from 2020. Due to time constraints I stopped working on the patch, and unfortunately never got back around to it until now. Clang special-cases