[all-commits] [llvm/llvm-project] 1728a5: [clang] Add test for CWG2149 "Brace elision and ar...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Fri Apr 26 07:34:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1728a56d0e66c9e64a2e62fa6c5508580ccd28a0
https://github.com/llvm/llvm-project/commit/1728a56d0e66c9e64a2e62fa6c5508580ccd28a0
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
A clang/test/CXX/drs/cwg2149.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[clang] Add test for CWG2149 "Brace elision and array length deduction" (#90079)
This patch adds test for
[CWG2149](https://cplusplus.github.io/CWG/issues/2149.html), following
[P3106R1](https://wg21.link/p3106R1) "Clarifying rules for brace elision
in aggregate initialization" and a clarification note on top of it added
on April 2024.
I haven't found a better way to check for equality of values inside
array in 98 mode than to dump AST. I'm open to suggestions there.
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