Author: raycppwizard Date: 2026-02-27T13:01:03+08:00 New Revision: ed8f080737dec39212cad72100670c3a21de7720
URL: https://github.com/llvm/llvm-project/commit/ed8f080737dec39212cad72100670c3a21de7720 DIFF: https://github.com/llvm/llvm-project/commit/ed8f080737dec39212cad72100670c3a21de7720.diff LOG: [Clang][docs] Fix proposal number typo for P1847R4 (#183671) This PR fixes a typo in `clang/www/cxx_status.html`. The link text for the feature "Make declaration order layout mandated" incorrectly referred to **P1874R4**, while the actual URL (https://wg21.link/p1847r4) and the feature name correctly point to **P1847R4**. This change corrects the displayed text to match the proposal number. Added: Modified: clang/www/cxx_status.html Removed: ################################################################################ diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 30da7a636fda6..00ca18bc87635 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -387,7 +387,7 @@ <h2 id="cxx23">C++23 implementation status</h2> </tr> <tr> <td>Make declaration order layout mandated</td> - <td><a href="https://wg21.link/p1847r4">P1874R4</a></td> + <td><a href="https://wg21.link/p1847r4">P1847R4</a></td> <td class="full" align="center">Yes</td> </tr> <tr> _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
