[libc++] Replace some _LIBCPP_HIDDEN with _LIBCPP_HIDE_FROM_ABI
authorDavid Tenty <daltenty@ibm.com>
Wed, 12 Oct 2022 20:45:58 +0000 (16:45 -0400)
committerDavid Tenty <daltenty@ibm.com>
Wed, 12 Oct 2022 20:45:58 +0000 (16:45 -0400)
commit1379899518b02496a2b4a536fc9095b5456e7b7e
treeb72ea7b3cef7e10013007174358c6ee12ab63241
parent12c6a41f5249fa97041754d38cac28877ed49611
 [libc++] Replace some _LIBCPP_HIDDEN with _LIBCPP_HIDE_FROM_ABI

These "implementation detail" function templates were already
hidden and have no specializations in the dylib, so they seem like they can safely
use _LIBCPP_HIDE_FROM_ABI instead and have the abi tags applied as well.

Seems some of these got over looked (e.g. D129823) in various places, and they
won't be flagged by the new checks added in D129968, as they were
already hidden.

Reviewed by: ldionne

Differential Revision: https://reviews.llvm.org/D135504
libcxx/include/__algorithm/sort.h
libcxx/include/__iterator/ostreambuf_iterator.h
libcxx/include/locale