[all-commits] [llvm/llvm-project] cef997: [libc++][doc] Use issue labels.

mordante via All-commits all-commits at lists.llvm.org
Fri Oct 15 08:30:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef9978027cf4affde7ae3e4a3389053615bca60
      https://github.com/llvm/llvm-project/commit/cef9978027cf4affde7ae3e4a3389053615bca60
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-10-15 (Fri, 15 Oct 2021)

  Changed paths:
    M libcxx/docs/Helpers/Styles.rst
    M libcxx/docs/Status/Cxx20Issues.csv
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/docs/Status/FormatIssues.csv
    M libcxx/docs/Status/RangesIssues.csv

  Log Message:
  -----------
  [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




More information about the All-commits mailing list