[clang] [clang][Sema] Allow abstract declarators to specify cv-qualified function types as per CWG1417 (PR #209836)

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 26 22:17:37 PDT 2026


================
@@ -9696,7 +9696,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td>[<a href="https://wg21.link/dcl.fct">dcl.fct</a>]</td>
     <td>C++14</td>
     <td>Pointers/references to functions with cv-qualifiers or <I>ref-qualifier</I></td>
-    <td class="unknown" align="center">Unknown</td>
+    <td class="unreleased" align="center">Clang 24</td>
----------------
zygoloid wrote:

This needs to be regenerated.

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


More information about the cfe-commits mailing list