This is a preparation for the upcoming LLVM 17 release.
Details
- Reviewers
EricWF ldionne philnik var-const huixie90 avogelsgesang jloser pfusik crtrott H-G-Hristov - Group Reviewers
Restricted Project - Commits
- rG44d17cd739c5: [libc++][doc] Updates the release notes.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
68 | @var-const I noticed you did quite some work on ranges::to, will that be ready before LLVM 17, if not should we mention it. | |
68 | @crtrott I read you expected to get <mdspan> done before LLVM 17, so I leave adding that to the release notes for you. |
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
73–74 | We also applied a similar optimization to find (D144394). | |
97 | ||
99 | FreeBSD was officially supported before. We just have a CI runner now. | |
173 | We've added the interface __asan_annotate_container_with_allocator . See https://libcxx.llvm.org/UsingLibcxx.html#turning-off-asan-annotation-in-containers. Not sure though whether we want to advertise that. | |
libcxx/docs/Status/PSTL.rst | ||
1 | What does this change do? We don't have an underscore in most status pages. zip, spaceship, ranges, pstl, parallelism TS, format. That's actually all the non cxxab status papers. |
Thanks for all the feedback! I wait a few more days before landing this. (We still have more than a week before branching.)
libcxx/docs/Status/PSTL.rst | ||
---|---|---|
1 | This means most status pages can't be linked to. I added a link to this page from the release notes. I really like the progress made on the PSTL, so I think it is great to show the status page. |
Looks good - just left a comment on a minor typo. Thanks!
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
97 | Quibble: typo. s/containters/containers |
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
68 |
Thanks for all reviews. I'll land it now. When there are more remarks I can address them post-commit.
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
173 | It can be useful, so let's document it. |
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
68 | Just in case, I have merged ranges::to (https://reviews.llvm.org/D142335) and the release notes should be updated. |
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
68 |
Thanks! Nice to see it done before LLVM 17. |
@var-const I noticed you did quite some work on ranges::to, will that be ready before LLVM 17, if not should we mention it.