[clang] [clang-tools-extra] [Clang] Implement CWG2813: Class member access with prvalues (PR #95112)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 16 02:10:44 PST 2024
================
@@ -16694,7 +16694,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<td><a href="https://cplusplus.github.io/CWG/issues/2813.html">2813</a></td>
<td>DR</td>
<td>Class member access with prvalues</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="unreleased" align="center">Clang 20</td>
----------------
h-vetinari wrote:
Given the lack of activity here, this looks to be in danger of slipping - branch is in about a month (going by the llvm 18 [schedule](https://discourse.llvm.org/t/llvm-18-release-schedule/76175))
https://github.com/llvm/llvm-project/pull/95112
More information about the cfe-commits
mailing list