This is an archive of the discontinued LLVM Phabricator instance.

[libcxx][test] Verify customization point object properties
AbandonedPublic

Authored by jloser on Dec 14 2021, 6:21 PM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Add test for various customization point object properties as defined by
the Standard. Test various CPOs from <ranges>, <iterator>,
<concepts>, etc.

The test is mostly from https://reviews.llvm.org/D107036 and split up
into this - thanks Arthur!

Diff Detail

Event Timeline

jloser requested review of this revision.Dec 14 2021, 6:21 PM
jloser created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2021, 6:21 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
jloser updated this revision to Diff 394447.Dec 14 2021, 6:28 PM

Remove unused <array> include.

jloser abandoned this revision.Dec 14 2021, 6:33 PM

Abandoning - did not mean to open. Instead, force updated https://reviews.llvm.org/D115588 to address review feedback. Sorry about that.