This is to bring main in sync with release/17.x after https://reviews.llvm.org/D159171.
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG5795e7ba3ed8: [libc++][hardening][NFC] Fix the 17 release notes to remove mentions of…
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Address feedback
libcxx/docs/ReleaseNotes/17.rst | ||
---|---|---|
82 | Hmm, do you have something specific in mind? I couldn't find any of those TODOs in the release notes or documentation. There are a couple in __config and CMakeLists.txt, but I thought to keep this patch limited to just the docs (but of course it doesn't have to be if you'd prefer to do everything in one go). |
libcxx/docs/ReleaseNotes/17.rst | ||
---|---|---|
82 | I think it makes sense for this patch to fix all the discrepancies introduced by the last-minute change we made on release/17.x (in one go). I could find this with grep: # TODO(LLVM 18): Remove this after branching for LLVM 17, this is a simple [...]. There's probably others! |
Address feedback
libcxx/docs/ReleaseNotes/17.rst | ||
---|---|---|
82 | I found 3 such TODOs and bumped the LLVM release version. Please let me know if that's not what you had in mind! |
We also discussed updating some TODO(LLVM18) blocks, I think those are missing from the patch.