[libcxx-commits] [PATCH] D129968: [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 13 04:24:11 PDT 2022


philnik updated this revision to Diff 452407.
philnik marked an inline comment as done.
philnik added a comment.

- Address comments and fix CI


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129968/new/

https://reviews.llvm.org/D129968

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129968.452407.patch
Type: text/x-patch
Size: 126266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220813/292bc337/attachment-0001.bin>


More information about the libcxx-commits mailing list