diff options
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-02-09 17:30:46 -0500 |
---|---|---|
committer | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | 2022-03-01 14:37:06 -0500 |
commit | f86c2b6f1f3682cef24fb74edd5d02eb8f2707f7 (patch) | |
tree | 736beccf6b18925dd92ac2874b6cb11e55af0579 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 50874a188b94a25827963956887b878d3701509a (diff) | |
download | llvm-f86c2b6f1f3682cef24fb74edd5d02eb8f2707f7.zip llvm-f86c2b6f1f3682cef24fb74edd5d02eb8f2707f7.tar.gz llvm-f86c2b6f1f3682cef24fb74edd5d02eb8f2707f7.tar.bz2 |
[libc++] Add `explicit` to a bunch of internal detail ctors.
Notably the following ctors remain non-explicit because they
are used as implicit conversions in too many places:
* __debug_less(_Compare&)
* __map_iterator(_TreeIterator)
* __map_const_iterator(_TreeIterator)
* __hash_map_iterator(_HashIterator)
* __hash_map_const_iterator(_HashIterator)
Differential Revision: https://reviews.llvm.org/D119894
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions