[libcxx-commits] [PATCH] D159171: [libc++][hardening] Remove hardening from release notes, undeprecate safe mode

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 31 17:57:38 PDT 2023


var-const added a comment.

In D159171#4631578 <https://reviews.llvm.org/D159171#4631578>, @Mordante wrote:

> The patch is quite large, I assume most of it's just reverts and only little new code. Is that right?

Yes, it mostly restores bits removed by https://reviews.llvm.org/D154997. Some `REQUIRES`/`UNSUPPORTED` annotations are new (but very repetitive), and there are a couple of new test files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159171



More information about the libcxx-commits mailing list