[clang] [clang-tools-extra] [clang] Implement CWG2413 (implicit `typename` in conversion operators) (PR #195207)

Victor Chernyakin via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 21:02:26 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>
----------------
localspook wrote:

I've been avoiding running it because it brings in all the new DRs, which I then have to revert because they're  unrelated to my change...and I haven't open a dedicated PR for them... this is what I get for being lazy :P

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


More information about the cfe-commits mailing list