aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorRuslan Arutyunyan <ruslan.arutyunyan@intel.com>2022-03-03 17:04:59 +0300
committerRuslan Arutyunyan <ruslan.arutyunyan@intel.com>2022-03-03 19:17:18 +0300
commit41a62cc0b4f5821df85e7b23ae53bc66d1d046c3 (patch)
treea3e596e09cd47ec27e3d2c57b6b5ce4119855c53 /llvm/lib/CodeGen/TargetLoweringBase.cpp
parent82a4b0b958f31a09b3347a50a0f2ca92c6017f64 (diff)
downloadllvm-41a62cc0b4f5821df85e7b23ae53bc66d1d046c3.zip
llvm-41a62cc0b4f5821df85e7b23ae53bc66d1d046c3.tar.gz
llvm-41a62cc0b4f5821df85e7b23ae53bc66d1d046c3.tar.bz2
[libcxx][test][NFC] Add tests for constructors of unordered [multi]map since C++14
Add tests for C++14 constructors in unordered_map and unordered_multimap unordered_[multi]map(size_type sz, const allocator_type& alloc); unordered_[multi]map(size_type sz, const hasher& hash, const allocator_type& alloc); template <class InputIt> unordered_[multi]map(InputIt first, InputIt last, size_type sz, const allocator_type& alloc); template <class InputIt> unordered_[multi]map(InputIt first, InputIt last, size_type sz, const hasher& hash, const allocator_type& alloc); unordered_[multi]map(initializer_list<value_type> init, size_type sz, const allocator_type& alloc); unordered_[multi]map(initializer_list<value_type> init, size_type sz, const hasher& hash, const allocator_type& alloc); Reviewed By: ldionne, rarutyun, #libc Differential Revision: https://reviews.llvm.org/D119236
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions