[clang] [clang-tools-extra] [clang] Implement CWG2413 (implicit `typename` in conversion operators) (PR #195207)
Yanzuo Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 30 21:22:42 PDT 2026
================
@@ -16684,7 +16684,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td>[<a href="https://wg21.link/temp.res">temp.res</a>]</td>
<td>CD6</td>
<td><TT>typename</TT> in <I>conversion-function-id</I>s</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Clang 23</td>
----------------
zwuis wrote:
> I've been avoiding running it because it brings in all the new DRs
I see. I should not ask to run this script.
https://github.com/llvm/llvm-project/pull/195207
More information about the cfe-commits
mailing list