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

via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 26 03:52:50 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>
----------------
Sirraide wrote:

> CWG index page that we fetch from

Ah, I see; I didn’t know that that’s how it works. Makes sense.

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


More information about the cfe-commits mailing list