[all-commits] [llvm/llvm-project] e2b15e: [libc++] Rename __tuple_dir back to __tuple

philnik777 via All-commits all-commits at lists.llvm.org
Wed Apr 12 05:30:54 PDT 2023


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

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__functional/hash.h
    M libcxx/include/__fwd/get.h
    M libcxx/include/__memory/compressed_pair.h
    M libcxx/include/__ranges/elements_view.h
    M libcxx/include/__ranges/subrange.h
    A libcxx/include/__tuple/apply_cv.h
    A libcxx/include/__tuple/make_tuple_types.h
    A libcxx/include/__tuple/pair_like.h
    A libcxx/include/__tuple/sfinae_helpers.h
    A libcxx/include/__tuple/tuple_element.h
    A libcxx/include/__tuple/tuple_indices.h
    A libcxx/include/__tuple/tuple_like.h
    A libcxx/include/__tuple/tuple_like_ext.h
    A libcxx/include/__tuple/tuple_size.h
    A libcxx/include/__tuple/tuple_types.h
    R libcxx/include/__tuple_dir/apply_cv.h
    R libcxx/include/__tuple_dir/make_tuple_types.h
    R libcxx/include/__tuple_dir/pair_like.h
    R libcxx/include/__tuple_dir/sfinae_helpers.h
    R libcxx/include/__tuple_dir/tuple_element.h
    R libcxx/include/__tuple_dir/tuple_indices.h
    R libcxx/include/__tuple_dir/tuple_like.h
    R libcxx/include/__tuple_dir/tuple_like_ext.h
    R libcxx/include/__tuple_dir/tuple_size.h
    R libcxx/include/__tuple_dir/tuple_types.h
    M libcxx/include/__utility/pair.h
    M libcxx/include/array
    M libcxx/include/libcxx.imp
    M libcxx/include/module.modulemap.in
    M libcxx/include/optional
    M libcxx/include/ranges
    M libcxx/include/utility
    M libcxx/test/libcxx/private_headers.verify.cpp
    M libcxx/utils/data/ignore_format.txt
    M libcxx/utils/generate_iwyu_mapping.py

  Log Message:
  -----------
  [libc++] Rename __tuple_dir back to __tuple

This essentially reverts D139270

Reviewed By: #libc, EricWF

Spies: tahonermann, libcxx-commits, arichardson

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




More information about the All-commits mailing list