[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
Loading
Please sign in to comment