[all-commits] [llvm/llvm-project] be4adb: [libcxx][test] Add tests for hash_function() and k...
Ruslan Arutyunyan via All-commits
all-commits at lists.llvm.org
Fri Sep 1 05:51:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be4adb5c2b77b66786617e101e6a845cc587b0a8
https://github.com/llvm/llvm-project/commit/be4adb5c2b77b66786617e101e6a845cc587b0a8
Author: Ruslan Arutyunyan <ruslan.arutyunyan at intel.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
A libcxx/test/std/containers/unord/unord.map/hash_function.pass.cpp
A libcxx/test/std/containers/unord/unord.map/key_eq.pass.cpp
A libcxx/test/std/containers/unord/unord.multimap/hash_function.pass.cpp
A libcxx/test/std/containers/unord/unord.multimap/key_eq.pass.cpp
A libcxx/test/std/containers/unord/unord.multiset/hash_function.pass.cpp
A libcxx/test/std/containers/unord/unord.multiset/key_eq.pass.cpp
A libcxx/test/std/containers/unord/unord.set/hash_function.pass.cpp
A libcxx/test/std/containers/unord/unord.set/key_eq.pass.cpp
Log Message:
-----------
[libcxx][test] Add tests for hash_function() and key_eq() in unordered containers
Add tests for `hasher hash_function() const` and `key_equal key_eq() const`
observers in unordered containers.
Differential Revision: https://reviews.llvm.org/D119703
More information about the All-commits
mailing list