This patch simply updates the release notes for libc++ 9.0. I have
picked out a few featues/fixes/updates that I think are worth
mentioning. Feel free to suggest changes, or simply leave a comment with
something that should be added and I will update this patch.
Details
- Reviewers
EricWF ldionne mclow.lists hans
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37586 Build 37585: arc lint + arc unit
Event Timeline
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
45 | afaik `foo` is a link in rst and ``foo`` is code |
Thanks for writing release notes! Please let me know if you need assistance with committing to the branch.
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
45 | I'm not sure if it's a link, I think it ends up using italics or something. But +1, please use `foo` instead. |
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
58 | This seems misleading if it refers to my llvm version bump? The runtime is compiled with llvm so it’s true there, but users of older GCC should still be able to use the libc++ headers I think. |
libcxx/docs/ReleaseNotes.rst | ||
---|---|---|
58 | I was referring to a commit Eric made. Users of older GCC versions _will not_ be able to use libc++ headers anymore (because of constexpr, variadics, rvalues, etc.). |