[libcxx] Replace remaining _LIBCPP_INLINE_VISIBILITY in __supportReplace remaining _LIBCPP_INLINE_VISIBILITY in __support with _LIBCPP_HIDE_FROM_ABI.Reviewed by: MordanteDifferential Revision:
[libcxx] Replace remaining _LIBCPP_INLINE_VISIBILITY in __supportReplace remaining _LIBCPP_INLINE_VISIBILITY in __support with _LIBCPP_HIDE_FROM_ABI.Reviewed by: MordanteDifferential Revision: https://reviews.llvm.org/D129922
show more ...
[libcxx] locale_bionic.h: skip ndk-version.h on Android platformThe Android platform does not have ndk-version.h, but it will alwayshave up-to-date libc headers, so it does not need any compatibil
[libcxx] locale_bionic.h: skip ndk-version.h on Android platformThe Android platform does not have ndk-version.h, but it will alwayshave up-to-date libc headers, so it does not need any compatibilitycode intended for past versions of NDK_MAJOR. If ndk-version.h is missing,assume NDK_MAJOR is (conceptually) infiniteBug: https://buganizer.corp.google.com/issues/222341313Test: None
[libc++] Rename include/support to include/__supportWe do ship those headers, so the directory name should not be somethingthat can potentially conflict with user-defined directories.Differentia
[libc++] Rename include/support to include/__supportWe do ship those headers, so the directory name should not be somethingthat can potentially conflict with user-defined directories.Differential Revision: https://reviews.llvm.org/D95956