We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f66f13 commit 122638dCopy full SHA for 122638d
clang/docs/MemorySanitizer.rst
@@ -165,6 +165,7 @@ Use-after-destruction detection
165
You can enable experimental use-after-destruction detection in MemorySanitizer.
166
After invocation of the destructor, the object will be considered no longer
167
readable, and using underlying memory will lead to error reports in runtime.
168
+Refer to the standard for `lifetime <https://eel.is/c++draft/basic.life#1>`_ definition.
169
170
This feature is still experimental, in order to enable it at runtime you need
171
to:
0 commit comments