Files
clang-p2996/libcxx/docs/Status/FormatIssues.csv
Mark de Wever cef9978027 [libc++][doc] Use issue labels.
During the review of D111166 I had a private discussion with @ldionne to
avoid the duplication of the C++2b issues in the Ranges and Format
status pages. The main reason for duplicating them is to make it easier to
find them. The title of the paper may not always make it clear to which
project the paper belongs.

This commit removes all LWG-issues from the Ranges and Format status page
and adds labels for these issue in the C++20/C++23 issues list.

A quick scan revealed there are some issues that are missing a label since
they weren't on the ranges issue list. These can be labelled in a separate
commit. In that commit I'll also look for issues for the spaceship operator
and chrono.

Reviewed By: Quuxplusone, ldionne, #libc

Differential Revision: https://reviews.llvm.org/D111458
2021-10-15 17:30:33 +02:00

1.2 KiB

1NumberNameAssigneePatchStatusFirst released version
2`P0645 <https://wg21.link/P0645>`_Text FormattingMark de Wever|Partial|
3`P1652 <https://wg21.link/P1652>`_Printf corner cases in std::formatMark de Wever`D103433 <https://reviews.llvm.org/D103433>`__|Review|
4`P1892 <https://wg21.link/P1892>`_Extended locale-specific presentation specifiers for std::formatMark de Wever`D103368 <https://reviews.llvm.org/D103368>`__|Complete|Clang 14
5`P1868 <https://wg21.link/P1868>`_width: clarifying units of width and precision in std::format (Implements the unicode support.)Mark de Wever`D103413 <https://reviews.llvm.org/D103413>`__ `D103425 <https://reviews.llvm.org/D103425>`__ `D103670 <https://reviews.llvm.org/D103670>`__|Complete|Clang 14
6`P2216 <https://wg21.link/P2216>`_std::format improvementsMark de Wever|In Progress|
7`P2418 <https://wg21.link/P2418>`__Add support for ``std::generator``-like types to ``std::format``Mark de Wever|In Progress|
8`P1361 <https://wg21.link/P1361>`_Integration of chrono with text formatting|Not Started|
9`P2372 <https://wg21.link/P2372>`__Fixing locale handling in chrono formatters|Not Started|