[all-commits] [llvm/llvm-project] c847b8: [libc++] Make bsd_locale_fallbacks.h modular and m...

philnik777 via All-commits all-commits at lists.llvm.org
Thu Apr 20 20:36:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c847b8e24cfdc85316b17f173019f9de1b1050ea
      https://github.com/llvm/llvm-project/commit/c847b8e24cfdc85316b17f173019f9de1b1050ea
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    R libcxx/include/__bsd_locale_defaults.h
    R libcxx/include/__bsd_locale_fallbacks.h
    M libcxx/include/__locale
    A libcxx/include/__locale_dir/locale_base_api/bsd_locale_defaults.h
    A libcxx/include/__locale_dir/locale_base_api/bsd_locale_fallbacks.h
    A libcxx/include/__locale_dir/locale_base_api/locale_guard.h
    M libcxx/include/libcxx.imp
    M libcxx/include/locale
    M libcxx/src/iostream.cpp
    M libcxx/src/support/win32/locale_win32.cpp
    M libcxx/test/libcxx/lint/lint_modulemap.sh.py
    M libcxx/test/libcxx/private_headers.verify.cpp
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/libcxx/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx2b.csv
    M libcxx/utils/data/ignore_format.txt
    M libcxx/utils/generate_header_tests.py
    M libcxx/utils/generate_iwyu_mapping.py

  Log Message:
  -----------
  [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale_base_api/

This is a first step towards granularizing `<locale>`.

Reviewed By: ldionne, #libc

Spies: arichardson, libcxx-commits, mikhail.ramalho

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




More information about the All-commits mailing list