[libcxx-commits] [PATCH] D159454: [libc++][hardening][NFC] Fix the 17 release notes to remove mentions of hardening

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 5 17:30:44 PDT 2023


var-const added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes/17.rst:82
 - P2286R8 - Formatting Ranges
 - P2508R1 - Exposing std::basic-format-string
 
----------------
ldionne wrote:
> We also discussed updating some TODO(LLVM18) blocks, I think those are missing from the patch.
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).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159454/new/

https://reviews.llvm.org/D159454



More information about the libcxx-commits mailing list