[all-commits] [llvm/llvm-project] 0cf653: [libcxx][modularisation] properly modularises adva...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Thu Jul 22 16:30:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cf65382ade209d11c186639c18a2e262866d689
https://github.com/llvm/llvm-project/commit/0cf65382ade209d11c186639c18a2e262866d689
Author: Christopher Di Bella <cjdb at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M libcxx/include/__iterator/advance.h
M libcxx/include/module.modulemap
M libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/special_function.compile.pass.cpp
M libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/special_function.compile.pass.cpp
M libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.prev/special_function.compile.pass.cpp
Log Message:
-----------
[libcxx][modularisation] properly modularises advance, next, and prev
`__function_like` wasn't being exported, so certain properties of the
`ranges` functions weren't being propagated in modules land.
Differential Revision: https://reviews.llvm.org/D105078
More information about the All-commits
mailing list