[all-commits] [llvm/llvm-project] 3959c9: [libc++] Add helper type non-propagating-cache
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jul 22 11:31:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3959c95deb115e0bc6122faaa244cfb2fc280b50
https://github.com/llvm/llvm-project/commit/3959c95deb115e0bc6122faaa244cfb2fc280b50
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__ranges/drop_view.h
A libcxx/include/__ranges/non_propagating_cache.h
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/ranges/non_propagating_cache.module.verify.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/assign.copy.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/assign.move.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/constraints.compile.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/ctor.copy.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/ctor.default.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/ctor.move.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/deref.pass.cpp
A libcxx/test/libcxx/ranges/range.nonprop.cache/has_value.pass.cpp
Log Message:
-----------
[libc++] Add helper type non-propagating-cache
Differential Revision: https://reviews.llvm.org/D102121
More information about the All-commits
mailing list