We do ship those headers, so the directory name should not be something
that can potentially conflict with user-defined directories.
This is a cherry-pick of b51756819a85563ae063e98eeb3d6af8e44c8f64.
Paths
| Differential D96059
[🍒][libc++] Rename include/support to include/__support ClosedPublic Authored by ldionne on Feb 4 2021, 10:03 AM.
Details
Summary We do ship those headers, so the directory name should not be something This is a cherry-pick of b51756819a85563ae063e98eeb3d6af8e44c8f64.
Diff Detail
Unit TestsFailed Event TimelineHerald added subscribers: phosek, jkorous, fedor.sergeev, mgorny. · View Herald TranscriptFeb 4 2021, 10:03 AM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 4 2021, 10:04 AM Comment Actions This is a cherry-pick from main to release/12.x. I think that is fairly important, because we now ship the support/ directory alongside the libc++ headers, and I am concerned that this could clash with user-provided support/ directories on users' header search paths. This revision is now accepted and ready to land.Feb 4 2021, 10:33 AM
Revision Contents
Diff 321504 libcxx/include/CMakeLists.txt
libcxx/include/__locale
libcxx/include/__support/android/locale_bionic.h
libcxx/include/__support/fuchsia/xlocale.h
libcxx/include/__support/ibm/limits.h
libcxx/include/__support/ibm/locale_mgmt_aix.h
libcxx/include/__support/ibm/nanosleep.h
libcxx/include/__support/ibm/support.h
libcxx/include/__support/ibm/xlocale.h
libcxx/include/__support/musl/xlocale.h
libcxx/include/__support/newlib/xlocale.h
libcxx/include/__support/nuttx/xlocale.h
libcxx/include/__support/openbsd/xlocale.h
libcxx/include/__support/solaris/floatingpoint.h
libcxx/include/__support/solaris/wchar.h
libcxx/include/__support/solaris/xlocale.h
libcxx/include/__support/win32/limits_msvc_win32.h
libcxx/include/__support/win32/locale_win32.h
libcxx/include/__support/xlocale/__nop_locale_mgmt.h
libcxx/include/__support/xlocale/__posix_l_fallback.h
libcxx/include/__support/xlocale/__strtonum_fallback.h
libcxx/include/__threading_support
libcxx/include/bit
libcxx/include/limits
libcxx/include/support/android/locale_bionic.h
libcxx/include/support/fuchsia/xlocale.h
libcxx/include/support/ibm/locale_mgmt_aix.h
libcxx/include/support/ibm/nanosleep.h
libcxx/include/support/musl/xlocale.h
libcxx/include/support/newlib/xlocale.h
libcxx/include/support/nuttx/xlocale.h
libcxx/include/support/openbsd/xlocale.h
libcxx/include/support/solaris/floatingpoint.h
libcxx/include/support/solaris/wchar.h
libcxx/include/support/solaris/xlocale.h
libcxx/include/support/win32/limits_msvc_win32.h
libcxx/include/support/win32/locale_win32.h
libcxx/include/support/xlocale/__nop_locale_mgmt.h
libcxx/include/support/xlocale/__posix_l_fallback.h
libcxx/include/support/xlocale/__strtonum_fallback.h
libcxx/src/CMakeLists.txt
libcxx/src/locale.cpp
libcxx/src/support/solaris/xlocale.cpp
libcxx/src/support/win32/locale_win32.cpp
libcxx/src/support/win32/support.cpp
libcxx/src/support/win32/thread_win32.cpp
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
|
clang-format: please reformat the code