[all-commits] [llvm/llvm-project] 8697d6: [libcxx] Add compatible with constraint tests for ...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Sat Aug 1 12:07:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8697d6cfa8947c4033dfe1d2ac708482d75a28d4
https://github.com/llvm/llvm-project/commit/8697d6cfa8947c4033dfe1d2ac708482d75a28d4
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2020-08-01 (Sat, 01 Aug 2020)
Changed paths:
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
Log Message:
-----------
[libcxx] Add compatible with constraint tests for some shared_ptr constructors.
Add shared_ptr tests where the element type and pointer type aren't 'convertible' but are 'compatible'.
Responding to a comment from D81414.
Differential Revision: https://reviews.llvm.org/D81532
More information about the All-commits
mailing list