[PATCH] D122685: [msan] Add link to the lifetime definition
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 14:15:10 PDT 2022
vitalybuka updated this revision to Diff 418979.
vitalybuka added a comment.
fix link
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122685/new/
https://reviews.llvm.org/D122685
Files:
clang/docs/MemorySanitizer.rst
Index: clang/docs/MemorySanitizer.rst
===================================================================
--- clang/docs/MemorySanitizer.rst
+++ clang/docs/MemorySanitizer.rst
@@ -165,6 +165,7 @@
You can enable experimental use-after-destruction detection in MemorySanitizer.
After invocation of the destructor, the object will be considered no longer
readable, and using underlying memory will lead to error reports in runtime.
+Refer to the standard for `lifetime <https://eel.is/c++draft/basic.life#1>`_ definition.
This feature is still experimental, in order to enable it at runtime you need
to:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122685.418979.patch
Type: text/x-patch
Size: 608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220329/fc218d1b/attachment.bin>
More information about the cfe-commits
mailing list