[libcxx-commits] [PATCH] D101668: [libc++] Acquire locks on Ranges work
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 3 07:40:32 PDT 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdf280d1368e4: [libc++] Acquire locks on Ranges work (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101668/new/
https://reviews.llvm.org/D101668
Files:
libcxx/docs/OneRangesProposalStatus.csv
Index: libcxx/docs/OneRangesProposalStatus.csv
===================================================================
--- libcxx/docs/OneRangesProposalStatus.csv
+++ libcxx/docs/OneRangesProposalStatus.csv
@@ -44,15 +44,15 @@
[range.refinements],"OutputRange, InputRange, ForwardRange, BidirectionalRange, RandomAccessRange, ContiguousRange, CommonRange, ViewableRange","[ranges.syn]: pt. 2, [range.range]",Christopher Di Bella,"input_range: `D100271 <https://llvm.org/D100271>`_
forward_range: `D100275 <https://llvm.org/D100275>`_
bidirectional_range: `D100278 <https://llvm.org/D100278>`_",
-[view.interface],[range.utility.helpers] and view_interface,"[ranges.syn]: pt. 2, [range.view], [range.iterator.operations.prev], [range.refinements]",,,
+[view.interface],[range.utility.helpers] and view_interface,"[ranges.syn]: pt. 2, [range.view], [range.iterator.operations.prev], [range.refinements]",,Zoe Carver,
[range.subrange],,[view.interface],,,
-[range.all],view::all,"[range.subrange], [range.view.ref]",,,
-[range.view.ref],ref-view,[view.interface],,,
-[range.filter],filter_view,[range.all],,,
+[range.all],view::all,"[range.subrange], [range.view.ref]",,Christopher Di Bella,
+[range.view.ref],ref-view,[view.interface],,Christopher Di Bella,
+[range.filter],filter_view,[range.all],,Louis Dionne,
[range.transform],transform_view,[range.all],,,
-[range.iota],iota_view,[range.all],,,
+[range.iota],iota_view,[range.all],,Louis Dionne,
[range.take],take_view,[range.all],,,
-[range.join],join_view,[range.all],,,
+[range.join],join_view,[range.all],,Christopher Di Bella,
[range.empty],empty_view,[view.interface],,,
[range.single],single_view,[view.interface],,,
[range.split],split_view,[range.all],,,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101668.342384.patch
Type: text/x-patch
Size: 1722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210503/09e3a9cc/attachment.bin>
More information about the libcxx-commits
mailing list