[libcxx-commits] [PATCH] D154997: [libc++][hardening] Deprecate `_LIBCPP_ENABLE_ASSERTIONS`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 20 17:43:03 PDT 2023


var-const marked an inline comment as done.
var-const added inline comments.


================
Comment at: libcxx/docs/ReleaseNotes.rst:94
+  ``_LIBCPP_ENABLE_ASSERTIONS`` macro is deprecated and setting it to ``1`` now enables the hardened mode. See
+  ``libcxx/docs/HardenedMode.rst`` for more details.
+
----------------
ldionne wrote:
> TODO in a follow-up: Rename the document from `HardenedMode.rst` to `Hardening.rst`?
Done: `e52f0e7746c8f2e8c0328054cc0934d4710e372d`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154997



More information about the libcxx-commits mailing list