[all-commits] [llvm/llvm-project] 80c7e9: [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI

philnik777 via All-commits all-commits at lists.llvm.org
Sat Aug 13 13:41:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80c7e93a2a8448fa16fe28b99c733e93ec64df51
      https://github.com/llvm/llvm-project/commit/80c7e93a2a8448fa16fe28b99c733e93ec64df51
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-08-13 (Sat, 13 Aug 2022)

  Changed paths:
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/__algorithm/find_end.h
    M libcxx/include/__algorithm/find_first_of.h
    M libcxx/include/__algorithm/inplace_merge.h
    M libcxx/include/__algorithm/is_partitioned.h
    M libcxx/include/__algorithm/lexicographical_compare.h
    M libcxx/include/__algorithm/merge.h
    M libcxx/include/__algorithm/minmax_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/partition.h
    M libcxx/include/__algorithm/partition_copy.h
    M libcxx/include/__algorithm/partition_point.h
    M libcxx/include/__algorithm/prev_permutation.h
    M libcxx/include/__algorithm/remove.h
    M libcxx/include/__algorithm/remove_if.h
    M libcxx/include/__algorithm/rotate.h
    M libcxx/include/__algorithm/shuffle.h
    M libcxx/include/__algorithm/sift_down.h
    M libcxx/include/__algorithm/sort.h
    M libcxx/include/__algorithm/stable_partition.h
    M libcxx/include/__algorithm/stable_sort.h
    M libcxx/include/__bit_reference
    M libcxx/include/__chrono/duration.h
    M libcxx/include/__format/formatter_floating_point.h
    M libcxx/include/__functional/invoke.h
    M libcxx/include/__iterator/common_iterator.h
    M libcxx/include/__iterator/counted_iterator.h
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/__memory/temporary_buffer.h
    M libcxx/include/__memory/uninitialized_algorithms.h
    M libcxx/include/__numeric/midpoint.h
    M libcxx/include/__random/bernoulli_distribution.h
    M libcxx/include/__random/binomial_distribution.h
    M libcxx/include/__random/cauchy_distribution.h
    M libcxx/include/__random/chi_squared_distribution.h
    M libcxx/include/__random/discard_block_engine.h
    M libcxx/include/__random/discrete_distribution.h
    M libcxx/include/__random/exponential_distribution.h
    M libcxx/include/__random/extreme_value_distribution.h
    M libcxx/include/__random/fisher_f_distribution.h
    M libcxx/include/__random/gamma_distribution.h
    M libcxx/include/__random/generate_canonical.h
    M libcxx/include/__random/geometric_distribution.h
    M libcxx/include/__random/independent_bits_engine.h
    M libcxx/include/__random/linear_congruential_engine.h
    M libcxx/include/__random/mersenne_twister_engine.h
    M libcxx/include/__random/negative_binomial_distribution.h
    M libcxx/include/__random/normal_distribution.h
    M libcxx/include/__random/piecewise_constant_distribution.h
    M libcxx/include/__random/piecewise_linear_distribution.h
    M libcxx/include/__random/poisson_distribution.h
    M libcxx/include/__random/shuffle_order_engine.h
    M libcxx/include/__random/student_t_distribution.h
    M libcxx/include/__random/subtract_with_carry_engine.h
    M libcxx/include/__random/uniform_int_distribution.h
    M libcxx/include/__random/uniform_real_distribution.h
    M libcxx/include/__random/weibull_distribution.h
    M libcxx/include/__ranges/iota_view.h
    M libcxx/include/__string/char_traits.h
    M libcxx/include/__tree
    M libcxx/include/__type_traits/is_constant_evaluated.h
    M libcxx/include/__utility/as_const.h
    M libcxx/include/bitset
    M libcxx/include/cmath
    M libcxx/include/complex
    M libcxx/include/cstddef
    M libcxx/include/deque
    M libcxx/include/exception
    M libcxx/include/experimental/iterator
    M libcxx/include/experimental/simd
    M libcxx/include/ext/hash_map
    M libcxx/include/ext/hash_set
    M libcxx/include/forward_list
    M libcxx/include/future
    M libcxx/include/iomanip
    M libcxx/include/ios
    M libcxx/include/istream
    M libcxx/include/mutex
    M libcxx/include/ostream
    M libcxx/include/regex
    M libcxx/include/string
    M libcxx/include/string_view
    M libcxx/include/thread
    M libcxx/include/unordered_map
    M libcxx/include/unordered_set
    M libcxx/include/variant
    A libcxx/test/libcxx/clang_query.sh.cpp
    A libcxx/test/libcxx/clang_query/README.md
    A libcxx/test/libcxx/clang_query/hide_from_abi_or_visible.query
    M libcxx/utils/libcxx/test/features.py
    M libcxx/utils/libcxx/test/params.py

  Log Message:
  -----------
  [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI

Reviewed By: ldionne, Mordante, var-const, huixie90, #libc

Spies: jloser, libcxx-commits, arichardson, miyuki

Differential Revision: https://reviews.llvm.org/D129968




More information about the All-commits mailing list