[clang] [C2y] Add test coverage and documentation for WG14 N3341 (PR #115478)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 08:36:52 PST 2024
================
@@ -191,7 +191,7 @@ <h2 id="c2y">C2y implementation status</h2>
<tr>
<td>Slay Some Earthly Demons III</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3341.pdf">N3341</a></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
----------------
AaronBallman wrote:
It went from UB to implementation-defined, but we've always defined (and failed to document) the behavior. So there were no substantive changes in Clang 20, which is why I claimed "Yes" instead of Clang 20. The release note is mostly for user awareness about the change in diagnostic behavior.
https://github.com/llvm/llvm-project/pull/115478
More information about the cfe-commits
mailing list