[all-commits] [llvm/llvm-project] b51756: [libc++] Rename include/support to include/__support

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Feb 4 07:17:05 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b51756819a85563ae063e98eeb3d6af8e44c8f64
      https://github.com/llvm/llvm-project/commit/b51756819a85563ae063e98eeb3d6af8e44c8f64
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-02-04 (Thu, 04 Feb 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__locale
    A libcxx/include/__support/android/locale_bionic.h
    A libcxx/include/__support/fuchsia/xlocale.h
    A libcxx/include/__support/ibm/limits.h
    A libcxx/include/__support/ibm/locale_mgmt_aix.h
    A libcxx/include/__support/ibm/nanosleep.h
    A libcxx/include/__support/ibm/support.h
    A libcxx/include/__support/ibm/xlocale.h
    A libcxx/include/__support/musl/xlocale.h
    A libcxx/include/__support/newlib/xlocale.h
    A libcxx/include/__support/nuttx/xlocale.h
    A libcxx/include/__support/openbsd/xlocale.h
    A libcxx/include/__support/solaris/floatingpoint.h
    A libcxx/include/__support/solaris/wchar.h
    A libcxx/include/__support/solaris/xlocale.h
    A libcxx/include/__support/win32/limits_msvc_win32.h
    A libcxx/include/__support/win32/locale_win32.h
    A libcxx/include/__support/xlocale/__nop_locale_mgmt.h
    A libcxx/include/__support/xlocale/__posix_l_fallback.h
    A libcxx/include/__support/xlocale/__strtonum_fallback.h
    M libcxx/include/__threading_support
    M libcxx/include/bit
    M libcxx/include/limits
    R libcxx/include/support/android/locale_bionic.h
    R libcxx/include/support/fuchsia/xlocale.h
    R libcxx/include/support/ibm/limits.h
    R libcxx/include/support/ibm/locale_mgmt_aix.h
    R libcxx/include/support/ibm/nanosleep.h
    R libcxx/include/support/ibm/support.h
    R libcxx/include/support/ibm/xlocale.h
    R libcxx/include/support/musl/xlocale.h
    R libcxx/include/support/newlib/xlocale.h
    R libcxx/include/support/nuttx/xlocale.h
    R libcxx/include/support/openbsd/xlocale.h
    R libcxx/include/support/solaris/floatingpoint.h
    R libcxx/include/support/solaris/wchar.h
    R libcxx/include/support/solaris/xlocale.h
    R libcxx/include/support/win32/limits_msvc_win32.h
    R libcxx/include/support/win32/locale_win32.h
    R libcxx/include/support/xlocale/__nop_locale_mgmt.h
    R libcxx/include/support/xlocale/__posix_l_fallback.h
    R libcxx/include/support/xlocale/__strtonum_fallback.h
    M libcxx/src/CMakeLists.txt
    M libcxx/src/locale.cpp
    M libcxx/src/support/solaris/xlocale.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    M libcxx/src/support/win32/support.cpp
    M libcxx/src/support/win32/thread_win32.cpp
    M llvm/utils/gn/secondary/libcxx/include/BUILD.gn

  Log Message:
  -----------
  [libc++] Rename include/support to include/__support

We do ship those headers, so the directory name should not be something
that can potentially conflict with user-defined directories.

Differential Revision: https://reviews.llvm.org/D95956




More information about the All-commits mailing list