aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
diff options
context:
space:
mode:
authorRuslan Arutyunyan <ruslan.arutyunyan@intel.com>2022-03-03 14:48:54 +0300
committerRuslan Arutyunyan <ruslan.arutyunyan@intel.com>2022-03-03 15:15:03 +0300
commit6cefc30a7fc83b91889aac631382f115e230b75d (patch)
tree39570209060599c74f33f9c7ff13c932c5d36c1e /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
parent0c9c92ffc0acde32376b7ba8dcbe7fec90de3ff3 (diff)
downloadllvm-6cefc30a7fc83b91889aac631382f115e230b75d.zip
llvm-6cefc30a7fc83b91889aac631382f115e230b75d.tar.gz
llvm-6cefc30a7fc83b91889aac631382f115e230b75d.tar.bz2
[libcxx][test][NFC] Add tests for C++14 constructors of unordered sets
Add tests for C++14 constructors in unordered_set and unordered_multiset: unordered_[multi]set(size_type sz, const allocator_type& alloc); unordered_[multi]set(size_type sz, const hasher& hash, const allocator_type& alloc); template <class InputIt> unordered_[multi]set(InputIt first, InputIt last, size_type sz, const allocator_type& alloc); template <class InputIt> unordered_[multi]set(InputIt first, InputIt last, size_type sz, const hasher& hash, const allocator_type& alloc); unordered_[multi]set(initializer_list<value_type> init, size_type sz, const allocator_type& alloc); unordered_[multi]set(initializer_list<value_type> init, size_type sz, const hasher& hash, const allocator_type& alloc); Reviewed By: ldionne, Quuxplusone, rarutyun, #libc Differential Revision: https://reviews.llvm.org/D119243
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions