Commit 1209232
committed
rebase
[libc++] implement adjacent_view
ci
ci
ci
ci
Update libcxx/include/__ranges/zip_utils.h
Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
review
review
benchmark
format
fix comma
fix comma
lwg4482
rebase error
[LLVM][CMake] Build examples for llvm-test-depends
Build examples and example plug-ins by default when running tests. If
examples are unwanted, they can still be disabled completely using
LLVM_INCLUDE_EXAMPLES=OFF. Plugin tests depend on examples and it is
beneficial to test them by default. By default, Examples will still not
be included in the default target or be installed, this remains
controlled by LLVM_BUILD_EXAMPLES (which defaults to OFF).
The additional cost for building examples for tests is 17 compilation
units (12 C++, 5 C), which should be tolerable.
I don't know how broken the examples currently are in the various build
configurations, but if we find breakage, it would be good to fix it.
Pull Request: #171998
Update libcxx/include/__ranges/adjacent_view.h
Co-authored-by: Louis Dionne <ldionne.2@gmail.com>
?
undo rebase
ci1 parent c81d449 commit 1209232
File tree
43 files changed
+3892
-197
lines changed- libcxx
- docs/ReleaseNotes
- include
- __ranges
- __tuple
- modules/std
- test
- benchmarks
- libcxx/transitive_includes
- std
- library/description/conventions/customization.point.object
- ranges
- range.adaptors
- range.adjacent
- iterator
- sentinel
- range.zip.transform/sentinel
- range.zip/sentinel
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+3892
-197
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| 703 | + | |
703 | 704 | | |
704 | 705 | | |
705 | 706 | | |
| |||
788 | 789 | | |
789 | 790 | | |
790 | 791 | | |
| 792 | + | |
791 | 793 | | |
792 | 794 | | |
793 | 795 | | |
| |||
0 commit comments