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

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri May 1 00:38:52 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>
----------------
Endilll wrote:

No, it was a good suggestion. PR authors should ignore the unrelated changes that the script makes.
My bad for not running it after the last Core telecon.

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


More information about the cfe-commits mailing list