Author: MarcoFalke Date: 2024-11-10T15:30:23+01:00 New Revision: 99f1019f596f745c720e97137bcadb239c573e3e
URL: https://github.com/llvm/llvm-project/commit/99f1019f596f745c720e97137bcadb239c573e3e DIFF: https://github.com/llvm/llvm-project/commit/99f1019f596f745c720e97137bcadb239c573e3e.diff LOG: [NFC] Trivial doc fixup in SafeBuffers.rst Added: Modified: clang/docs/SafeBuffers.rst Removed: ################################################################################ diff --git a/clang/docs/SafeBuffers.rst b/clang/docs/SafeBuffers.rst index 144c3a76a5832f..da75907e174a00 100644 --- a/clang/docs/SafeBuffers.rst +++ b/clang/docs/SafeBuffers.rst @@ -58,7 +58,7 @@ A relatively fresh version of C++ is recommended. In particular, the very useful standard view class ``std::span`` requires C++20. Other implementations of the C++ standard library may provide diff erent -flags to enable such hardening hardening. +flags to enable such hardening. If you're using custom containers and views, they will need to be hardened this way as well, but you don't necessarily need to do this ahead of time. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits