[libcxx-commits] [libcxx] 4628358 - [libc++][ranges][NFC] Small cleanup to the Ranges status page.
Konstantin Varlamov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 28 22:40:20 PST 2022
Author: Konstantin Varlamov
Date: 2022-01-28T22:40:07-08:00
New Revision: 46283589efb8a4dc2241b4a122e982301b184bc3
URL: https://github.com/llvm/llvm-project/commit/46283589efb8a4dc2241b4a122e982301b184bc3
DIFF: https://github.com/llvm/llvm-project/commit/46283589efb8a4dc2241b4a122e982301b184bc3.diff
LOG: [libc++][ranges][NFC] Small cleanup to the Ranges status page.
- add a few missing links to code reviews;
- reorder the views to follow the same order as in the Standard.
Added:
Modified:
libcxx/docs/Status/RangesPaper.csv
Removed:
################################################################################
diff --git a/libcxx/docs/Status/RangesPaper.csv b/libcxx/docs/Status/RangesPaper.csv
index c9d1e8452249..7a5657e81b9f 100644
--- a/libcxx/docs/Status/RangesPaper.csv
+++ b/libcxx/docs/Status/RangesPaper.csv
@@ -135,16 +135,16 @@ Section,Description,Dependencies,Assignee,Complete
| `ranges::borrowed_iterator_t <https://llvm.org/D105205>`_
| `ranges::borrowed_subrange_t <https://llvm.org/D105205>`_","| [range.range]
| [range.subrange]",Christopher Di Bella,✅
+`[range.empty] <https://wg21.link/range.empty>`_,`empty_view <https://llvm.org/D103208>`_,[view.interface],Zoe Carver,✅
+`[range.single] <https://wg21.link/range.single>`_,`single_view <https://llvm.org/D106840>`_,[view.interface],Zoe Carver,✅
+`[range.iota] <https://wg21.link/range.iota>`_,`iota_view <https://llvm.org/D107396>`_,[range.all],Zoe Carver,✅
`[range.all] <https://wg21.link/range.all>`_,`view::all <https://llvm.org/D102028>`_,"[range.subrange], [range.view.ref]",Zoe Carver,✅
-`[range.view.ref] <https://wg21.link/range.view>`_,`ref-view <https://llvm.org/D102020>`_,[view.interface],Zoe Carver,✅
+`[range.ref.view] <https://wg21.link/range.ref.view>`_,`ref_view <https://llvm.org/D102020>`_,[view.interface],Zoe Carver,✅
`[range.filter] <https://wg21.link/range.filter>`_,`filter_view <https://llvm.org/D109086>`_,[range.all],Louis Dionne,Under review
`[range.transform] <https://wg21.link/range.transform>`_,`transform_view <https://llvm.org/D103056>`_,[range.all],Zoe Carver,✅
-`[range.iota] <https://wg21.link/range.iota>`_,iota_view,[range.all],Zoe Carver,✅
`[range.take] <https://wg21.link/range.take>`_,take_view,[range.all],Zoe Carver,✅
`[range.join] <https://wg21.link/range.join>`_,join_view,[range.all],Zoe Carver,✅
-`[range.empty] <https://wg21.link/range.empty>`_,`empty_view <https://llvm.org/D103208>`_,[view.interface],Zoe Carver,✅
-`[range.single] <https://wg21.link/range.single>`_,single_view,[view.interface],Zoe Carver,✅
-`[range.split] <https://wg21.link/range.split>`_,split_view,[range.all],Zoe Carver,In Progress
+`[range.split] <https://wg21.link/range.split>`_,split_view,[range.all],Zoe Carver,In progress
`[range.counted] <https://wg21.link/range.counted>`_,view::counted,[range.subrange],Zoe Carver,✅
`[range.common] <https://wg21.link/range.common>`_,common_view,[range.all],Zoe Carver,✅
`[range.reverse] <https://wg21.link/range.reverse>`_,reverse_view,[range.all],Zoe Carver,✅
More information about the libcxx-commits
mailing list