[all-commits] [llvm/llvm-project] 63a991: [libc++] Eliminate the `__function_like` helper.
Quuxplusone via All-commits
all-commits at lists.llvm.org
Thu Jan 20 11:40:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63a991d0358970d76700d084f05eb95cd29234c0
https://github.com/llvm/llvm-project/commit/63a991d0358970d76700d084f05eb95cd29234c0
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M libcxx/include/CMakeLists.txt
R libcxx/include/__function_like.h
M libcxx/include/__iterator/advance.h
M libcxx/include/__iterator/next.h
M libcxx/include/__iterator/prev.h
M libcxx/include/__memory/ranges_construct_at.h
M libcxx/include/__memory/ranges_uninitialized_algorithms.h
M libcxx/include/module.modulemap
R libcxx/test/libcxx/diagnostics/detail.headers/function_like.h.module.verify.cpp
R libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/special_function.compile.pass.cpp
R libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/special_function.compile.pass.cpp
R libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.prev/special_function.compile.pass.cpp
A libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
R libcxx/test/support/is_niebloid.h
Log Message:
-----------
[libc++] Eliminate the `__function_like` helper.
As prefigured in the comments on D115315.
This gives us one unified style for all niebloids,
and also simplifies the modulemap.
Differential Revision: https://reviews.llvm.org/D116570
More information about the All-commits
mailing list