Author: Sirraide Date: 2026-07-11T06:11:02+02:00 New Revision: 184d97baded92622778a701b66e7f148903f3525
URL: https://github.com/llvm/llvm-project/commit/184d97baded92622778a701b66e7f148903f3525 DIFF: https://github.com/llvm/llvm-project/commit/184d97baded92622778a701b66e7f148903f3525.diff LOG: [Clang] [Docs] Add release note for expansion statements (#208878) This was supposed to be part of the original patch, but we lost it because I didn't pay enough attention when I was merging the release notes after the migration from RST -> MD (I deleted the RST file but forgot to move the release note to the MD file...) Added: Modified: clang/docs/ReleaseNotes.md Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.md b/clang/docs/ReleaseNotes.md index b337df9d275f7..747b575e6bba7 100644 --- a/clang/docs/ReleaseNotes.md +++ b/clang/docs/ReleaseNotes.md @@ -258,6 +258,9 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the - Clang now propagates `constinit` and `constexpr` in structured bindings with tuple-like initializers. +- Clang now has partial support for [P1306R5](https://wg21.link/P1306R5) Expansion Statements. Iterating expansion + statements currently cannot be expanded and will result in a diagnostic, but other types of expansion statements work. + #### C++23 Feature Support - Partially implement Itanium mangling for pack indexing. Partially substituted packs are not yet supported. (#GH112003) _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
