[clang] [clang][Sema] Allow abstract declarators to specify cv-qualified function types as per CWG1417 (PR #209836)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 27 07:11:26 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>
----------------
AZero13 wrote:
Done!
https://github.com/llvm/llvm-project/pull/209836
More information about the cfe-commits
mailing list