[clang] [clang] Add test for CWG2149 "Brace elision and array length deduction" (PR #90079)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 03:14:16 PDT 2024


================
@@ -12702,7 +12702,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td><a href="https://cplusplus.github.io/CWG/issues/2149.html">2149</a></td>
     <td>drafting</td>
     <td>Brace elision and array length deduction</td>
-    <td align="center">Not resolved</td>
+    <td title="Clang 3.1 implements 2024-04 resolution" align="center">Not Resolved*</td>
----------------
Endilll wrote:

As I mentioned in https://github.com/llvm/llvm-project/pull/90079#issuecomment-2077691304, CWG index page that we fetch from is not updated yet. I checked with CWG chair regarding most up-to-date source of CWG issue status, and I'll prepare an update to `make_cxx_dr_status` script to reduce amount of confusions like this one.

https://github.com/llvm/llvm-project/pull/90079


More information about the cfe-commits mailing list