[libcxx-commits] [PATCH] D106567: [libc++] [ranges] Replace __function_like inheritance with a macro.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 22 12:55:33 PDT 2021
Quuxplusone updated this revision to Diff 360935.
Quuxplusone retitled this revision from "[WIP] poke buildkite, not for review" to "[libc++] [ranges] Replace __function_like inheritance with a macro.".
Quuxplusone edited the summary of this revision.
Quuxplusone added reviewers: ldionne, cjdb, zoecarver, Mordante.
Quuxplusone added a comment.
Note to self: The way to check the troublesome modules test locally, without a full test run, is
./bin/clang++ -std=c++20 ../libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/special_function.compile.pass.cpp -I ../libcxx/test/support/ "-fmodules" "-Xclang" "-fmodules-local-submodule-visibility" "-fcoroutines-ts" -c
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106567/new/
https://reviews.llvm.org/D106567
Files:
libcxx/include/__function_like.h
libcxx/include/__iterator/advance.h
libcxx/include/__iterator/next.h
libcxx/include/__iterator/prev.h
libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/special_function.compile.pass.cpp
libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.prev/special_function.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106567.360935.patch
Type: text/x-patch
Size: 6517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210722/11cc881d/attachment.bin>
More information about the libcxx-commits
mailing list