[all-commits] [llvm/llvm-project] 309729: [C2y] Claim nonconformance to WG14 N3348 (#166966)

Aaron Ballman via All-commits all-commits at lists.llvm.org
Mon Nov 10 04:40:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 309729e8279a675dcef2da8912c7679ebca5c641
      https://github.com/llvm/llvm-project/commit/309729e8279a675dcef2da8912c7679ebca5c641
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2025-11-10 (Mon, 10 Nov 2025)

  Changed paths:
    A clang/test/C/C2y/n3348.c
    M clang/www/c_status.html

  Log Message:
  -----------
  [C2y] Claim nonconformance to WG14 N3348 (#166966)

This paper allows use of * in a multidimensional array extent within a
_Generic selection association, as a wildcard for any array extent.

Clang does not currently support this feature, so this is just some
initial test coverage along with an update to the conformance site.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list