[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git] / libcxx / docs / Status / Ranges.rst
blob7d36700d6545f0d293adb3716ff6ee55992b5c12
1 .. ranges-status:
3 ================================
4 libc++ Ranges Status
5 ================================
7 .. include:: ../Helpers/Styles.rst
9 .. contents::
10    :local:
13 Overview
14 ================================
16 This document contains the status of the Ranges library in libc++. It is used to track
17 both the status of the sub-projects of the ranges library and who is assigned to these
18 sub-projects. This is imperative to effective implementation so that work is not
19 duplicated and implementors are not blocked by each other.
21 If you are interested in contributing to the libc++ Ranges library, please send a message
22 to the #libcxx channel in the LLVM discord. Please *do not* start working on any of the
23 *assigned* items below.
26 Major features
27 =======================================
29 .. csv-table::
30    :file: RangesMajorFeatures.csv
31    :header-rows: 1
32    :widths: auto
34 Views
35 =======================================
37 .. csv-table::
38    :file: RangesViews.csv
39    :header-rows: 1
40    :widths: auto
42 Algorithms
43 =======================================
45 .. csv-table::
46    :file: RangesAlgorithms.csv
47    :header-rows: 1
48    :widths: auto