[all-commits] [llvm/llvm-project] 8dbc77: [libcxx][test] Verify customization point object p...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Tue Dec 21 07:13:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dbc7745e55f2cbfa4311d093a9ad1c69b20c9ed
https://github.com/llvm/llvm-project/commit/8dbc7745e55f2cbfa4311d093a9ad1c69b20c9ed
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
A libcxx/test/std/library/description/conventions/customization.point.object/cpo.compile.pass.cpp
Log Message:
-----------
[libcxx][test] Verify customization point object properties
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.
Differential Revision: https://reviews.llvm.org/D115588
More information about the All-commits
mailing list