[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman closed https://github.com/llvm/llvm-project/pull/115478 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Erich Keane via cfe-commits
https://github.com/erichkeane approved this pull request. https://github.com/llvm/llvm-project/pull/115478 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman updated https://github.com/llvm/llvm-project/pull/115478 >From 5a9ac5588527cf76b1933a3efbc2285c7670126b Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 8 Nov 2024 08:18:18 -0500 Subject: [PATCH 1/2] [C2y] Add test coverage and documentation for WG14 N3341

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Aaron Ballman via cfe-commits
@@ -191,7 +191,7 @@ C2y implementation status Slay Some Earthly Demons III https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3341.pdf";>N3341 - Unknown + Yes AaronBallman wrote: It went from UB to implementation-defined, but we've al

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Mariya Podchishchaeva via cfe-commits
@@ -191,7 +191,7 @@ C2y implementation status Slay Some Earthly Demons III https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3341.pdf";>N3341 - Unknown + Yes Fznamznon wrote: I wonder why the patch comes with release note, yet the of

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman updated https://github.com/llvm/llvm-project/pull/115478 >From 5a9ac5588527cf76b1933a3efbc2285c7670126b Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 8 Nov 2024 08:18:18 -0500 Subject: [PATCH 1/2] [C2y] Add test coverage and documentation for WG14 N3341

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman updated https://github.com/llvm/llvm-project/pull/115478 >From 5a9ac5588527cf76b1933a3efbc2285c7670126b Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 8 Nov 2024 08:18:18 -0500 Subject: [PATCH 1/2] [C2y] Add test coverage and documentation for WG14 N3341

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) Changes This paper made empty structures and unions implementation-defined. We have always supported this as a GNU extension, so now we're documenting our behavior and removing the extension warning in C2y mod

[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)

2024-11-08 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/115478 This paper made empty structures and unions implementation-defined. We have always supported this as a GNU extension, so now we're documenting our behavior and removing the extension warning in C2y mode.