This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][NFC] adds status entry for ranges algorithms
ClosedPublic

Authored by cjdb on Nov 19 2021, 3:31 PM.

Details

Diff Detail

Event Timeline

cjdb requested review of this revision.Nov 19 2021, 3:31 PM
cjdb created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2021, 3:31 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
cjdb updated this revision to Diff 388651.Nov 19 2021, 3:38 PM
cjdb retitled this revision from libcxx][NFC] adds status entry for ranges algorithms to [libcxx][NFC] adds status entry for ranges algorithms.

forgot to add links to what I've already started

ldionne accepted this revision.Nov 22 2021, 10:12 AM
ldionne added a subscriber: var-const.

LGTM but please add @var-const to the uninitialized algorithms to make sure we don't duplicate any work!

libcxx/docs/Status/RangesAlgorithms.csv
88–101

Those have been started by @var-const (and the lock on the appropriate section in RangesPapers.csv has been taken AFAICT).

This revision is now accepted and ready to land.Nov 22 2021, 10:12 AM
This revision was automatically updated to reflect the committed changes.
cjdb added a comment.Nov 22 2021, 10:42 AM

Sorry, I was trying to land two different CLs in different projects concurrently and accidentally missed this feedback. Will fix it up without a new Phab review.