Upgrade to 2022-era LLVM LIBCXX

This commit is contained in:
Justine Tunney 2024-05-27 02:12:27 -07:00
parent 2f4ca71f26
commit 8e68384e15
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2078 changed files with 165657 additions and 65010 deletions

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/adjacent_find.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/all_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/any_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/binary_search.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/clamp.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/comp.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/comp_ref_type.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/copy.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/copy_backward.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/copy_if.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/copy_move_common.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/copy_n.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/count.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/count_if.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/equal.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/equal_range.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/fill.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/fill_n.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/find.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/find_end.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/find_first_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/find_if.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/find_if_not.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/for_each.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/for_each_n.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/for_each_segment.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/generate.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/generate_n.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/half_positive.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/in_found_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/in_fun_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/in_in_out_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/in_in_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/in_out_out_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/in_out_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/includes.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/inplace_merge.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/is_heap.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/is_heap_until.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/is_partitioned.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/is_permutation.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/is_sorted.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/is_sorted_until.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/iter_swap.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/iterator_operations.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/lexicographical_compare.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/lexicographical_compare_three_way.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/lower_bound.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/make_heap.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/make_projected.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/max.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/max_element.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/merge.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/min.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/min_element.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/min_max_result.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/minmax.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/minmax_element.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/mismatch.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/move.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/move_backward.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/next_permutation.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/none_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/nth_element.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/partial_sort.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/partial_sort_copy.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/partition.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/partition_copy.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/partition_point.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pop_heap.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/prev_permutation.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_any_all_none_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backend.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backend.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/any_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/backend.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/fill.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/find_if.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/for_each.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/merge.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/serial.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/thread.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_backends/cpu_backends/transform.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_copy.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_fill.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_find.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_for_each.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_frontend_dispatch.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_merge.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/pstl_transform.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/push_heap.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_adjacent_find.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_all_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_any_of.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_binary_search.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_clamp.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_copy.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_copy_backward.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_copy_if.h"

View file

@ -0,0 +1 @@
#include "third_party/libcxx/__algorithm/ranges_copy_n.h"

Some files were not shown because too many files have changed in this diff Show more