[all-commits] [llvm/llvm-project] 3ba854: [libc++][ranges] Implement ranges::transform
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Apr 5 02:06:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ba8548c8e04bb301c4243887362c54bfbd4af8b
https://github.com/llvm/llvm-project/commit/3ba8548c8e04bb301c4243887362c54bfbd4af8b
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
A clang/lib/ExtractAPI/Serialization/ranges_transform.module.verify.cpp
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/ranges_transform.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
M libcxx/test/support/almost_satisfies_types.h
Log Message:
-----------
[libc++][ranges] Implement ranges::transform
Reviewed By: ldionne, var-const, #libc
Spies: libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D122173
More information about the All-commits
mailing list