[Lldb-commits] [clang] [lldb] [clang] implement CWG1980 and CWG2064: instantiation-dependency improvements (PR #190495)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 21 23:26:27 PDT 2026
================
@@ -14237,7 +14241,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td>[<a href="https://wg21.link/temp.type">temp.type</a>]</td>
<td>CD4</td>
<td>Conflicting specifications for dependent <I>decltype-specifier</I>s</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="unreleased" align="center">Clang 23</td>
----------------
h-vetinari wrote:
```suggestion
<td class="unreleased" align="center">Clang 24</td>
```
https://github.com/llvm/llvm-project/pull/190495
More information about the lldb-commits
mailing list