[libcxx-commits] [libcxx] [libc++][hardening] Undeprecate safe mode (PR #68391)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 6 05:44:46 PDT 2023
================
@@ -147,6 +147,35 @@ IWYU, you should run the tool like so:
If you would prefer to not use that flag, then you can replace ``/path/to/include-what-you-use/share/libcxx.imp``
file with the libc++-provided ``libcxx.imp`` file.
+.. _assertions-mode:
+
+Enabling the "safe libc++" mode
----------------
ldionne wrote:
I wonder whether we should bring back this documentation. It's one thing for the safe mode to still work, however I feel like leaving this documentation here might just be confusing to users.
https://github.com/llvm/llvm-project/pull/68391
More information about the libcxx-commits
mailing list