[all-commits] [llvm/llvm-project] 79df8e: [libc++] Implement P0591R4 (Utility functions to i...

philnik777 via All-commits all-commits at lists.llvm.org
Thu Oct 6 07:59:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79df8e19beb9db218547bae5265139d0ff67343a
      https://github.com/llvm/llvm-project/commit/79df8e19beb9db218547bae5265139d0ff67343a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/docs/Status/Cxx20.rst
    M libcxx/docs/Status/Cxx20Issues.csv
    M libcxx/docs/Status/Cxx20Papers.csv
    M libcxx/docs/Status/ZipProjects.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/uses_allocator_construction.h
    M libcxx/include/memory
    M libcxx/include/module.modulemap.in
    M libcxx/include/scoped_allocator
    M libcxx/test/libcxx/private_headers.verify.cpp
    M libcxx/test/libcxx/transitive_includes/cxx2b.csv
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp
    M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
    A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/common.h
    A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/make_obj_using_allocator.pass.cpp
    R libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/tested_elsewhere.pass.cpp
    A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/uninitialized_construct_using_allocator.pass.cpp
    A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/uses_allocator_construction_args.pass.cpp
    M libcxx/test/support/MoveOnly.h

  Log Message:
  -----------
  [libc++] Implement P0591R4 (Utility functions to implement uses-allocator construction)

Reviewed By: ldionne, #libc, huixie90

Spies: huixie90, libcxx-commits, mgorny

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




More information about the All-commits mailing list