[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-15 Thread via cfe-commits
github-actions[bot] wrote: @NewSigma Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a build

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-11 Thread via cfe-commits
https://github.com/cor3ntin closed https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-11 Thread via cfe-commits
NewSigma wrote: Yes, please. Thank you! https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-10 Thread via cfe-commits
https://github.com/cor3ntin updated https://github.com/llvm/llvm-project/pull/130455 >From 85a40587375533ac8fcd842395c923895c5debaf Mon Sep 17 00:00:00 2001 From: NewSigma Date: Sun, 9 Mar 2025 10:27:24 +0800 Subject: [PATCH 1/3] Fobbid co_await in invalid expr context --- clang/lib/Sema/Sema

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-10 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. Thanks. Do you need me to merge that for you? https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listi

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-10 Thread via cfe-commits
https://github.com/NewSigma updated https://github.com/llvm/llvm-project/pull/130455 >From 85a40587375533ac8fcd842395c923895c5debaf Mon Sep 17 00:00:00 2001 From: NewSigma Date: Sun, 9 Mar 2025 10:27:24 +0800 Subject: [PATCH 1/3] Fobbid co_await in invalid expr context --- clang/lib/Sema/Sema

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-10 Thread via cfe-commits
NewSigma wrote: Done https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-10 Thread via cfe-commits
https://github.com/NewSigma updated https://github.com/llvm/llvm-project/pull/130455 >From 85a40587375533ac8fcd842395c923895c5debaf Mon Sep 17 00:00:00 2001 From: NewSigma Date: Sun, 9 Mar 2025 10:27:24 +0800 Subject: [PATCH 1/3] Fobbid co_await in invalid expr context --- clang/lib/Sema/Sema

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-10 Thread via cfe-commits
cor3ntin wrote: This change needs a release note. Please add an entry to `clang/docs/ReleaseNotes.rst` in the section the most adapted to the change, and referencing any Github issue this change fixes. Thanks! https://github.com/llvm/llvm-project/pull/130455 ___

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-09 Thread via cfe-commits
NewSigma wrote: Of course. Please feel free to remind me if I forget anything. https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-09 Thread via cfe-commits
https://github.com/NewSigma updated https://github.com/llvm/llvm-project/pull/130455 >From 85a40587375533ac8fcd842395c923895c5debaf Mon Sep 17 00:00:00 2001 From: NewSigma Date: Sun, 9 Mar 2025 10:27:24 +0800 Subject: [PATCH 1/2] Fobbid co_await in invalid expr context --- clang/lib/Sema/Sema

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-09 Thread via cfe-commits
cor3ntin wrote: Can you add some tests? Thanks! https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Forbid co_await and co_yield in invalid expr contexts (PR #130455)

2025-03-09 Thread via cfe-commits
https://github.com/cor3ntin edited https://github.com/llvm/llvm-project/pull/130455 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits