[all-commits] [llvm/llvm-project] d2b768: [C2x] Add test coverage for WG14 N2607
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Wed Mar 8 12:00:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d2b768bba301aa80e2874d3d935a721eb1148f29
https://github.com/llvm/llvm-project/commit/d2b768bba301aa80e2874d3d935a721eb1148f29
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
A clang/test/C/C2x/n2607.c
M clang/www/c_status.html
Log Message:
-----------
[C2x] Add test coverage for WG14 N2607
This adds test coverage for N2607, which makes arrays and their
elements identically qualified. Clang already implements much of the
functionality from this paper, but is still missing some support.
It also adds some details to the C status page so users have this
information as well.
More information about the All-commits
mailing list