[all-commits] [llvm/llvm-project] ed2d36: [libc++][NFC] Prefer type aliases over structs
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Oct 1 13:49:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed2d3644abee9535eb07333beb1562a651001281
https://github.com/llvm/llvm-project/commit/ed2d3644abee9535eb07333beb1562a651001281
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-10-01 (Sat, 01 Oct 2022)
Changed paths:
M libcxx/include/__algorithm/binary_search.h
M libcxx/include/__algorithm/comp_ref_type.h
M libcxx/include/__algorithm/equal_range.h
M libcxx/include/__algorithm/includes.h
M libcxx/include/__algorithm/inplace_merge.h
M libcxx/include/__algorithm/is_heap.h
M libcxx/include/__algorithm/is_heap_until.h
M libcxx/include/__algorithm/is_sorted.h
M libcxx/include/__algorithm/is_sorted_until.h
M libcxx/include/__algorithm/lexicographical_compare.h
M libcxx/include/__algorithm/make_heap.h
M libcxx/include/__algorithm/max.h
M libcxx/include/__algorithm/max_element.h
M libcxx/include/__algorithm/merge.h
M libcxx/include/__algorithm/min.h
M libcxx/include/__algorithm/min_element.h
M libcxx/include/__algorithm/next_permutation.h
M libcxx/include/__algorithm/nth_element.h
M libcxx/include/__algorithm/partial_sort.h
M libcxx/include/__algorithm/partial_sort_copy.h
M libcxx/include/__algorithm/pop_heap.h
M libcxx/include/__algorithm/prev_permutation.h
M libcxx/include/__algorithm/push_heap.h
M libcxx/include/__algorithm/set_difference.h
M libcxx/include/__algorithm/set_intersection.h
M libcxx/include/__algorithm/set_symmetric_difference.h
M libcxx/include/__algorithm/set_union.h
M libcxx/include/__algorithm/sort.h
M libcxx/include/__algorithm/sort_heap.h
M libcxx/include/__algorithm/stable_sort.h
M libcxx/include/__algorithm/unique_copy.h
M libcxx/include/__bit_reference
M libcxx/include/__coroutine/coroutine_traits.h
M libcxx/include/__functional/function.h
M libcxx/include/__functional/invoke.h
M libcxx/include/__functional/is_transparent.h
M libcxx/include/__hash_table
M libcxx/include/__iterator/iterator_traits.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/pointer_traits.h
M libcxx/include/__random/independent_bits_engine.h
M libcxx/include/__random/log2.h
M libcxx/include/__random/uniform_int_distribution.h
M libcxx/include/__tree
M libcxx/include/__type_traits/aligned_storage.h
M libcxx/include/__type_traits/can_extract_key.h
M libcxx/include/__type_traits/common_type.h
M libcxx/include/__type_traits/is_allocator.h
M libcxx/include/__type_traits/is_swappable.h
M libcxx/include/__type_traits/maybe_const.h
M libcxx/include/__type_traits/void_t.h
M libcxx/include/__utility/move.h
M libcxx/include/__utility/pair.h
M libcxx/include/array
M libcxx/include/atomic
M libcxx/include/experimental/__memory
M libcxx/include/experimental/coroutine
M libcxx/include/forward_list
M libcxx/include/list
M libcxx/include/ostream
Log Message:
-----------
[libc++][NFC] Prefer type aliases over structs
Reviewed By: ldionne, #libc
Spies: sstefan1, libcxx-commits, jeroen.dobbelaere
Differential Revision: https://reviews.llvm.org/D134901
More information about the All-commits
mailing list