vitalybuka created this revision.
vitalybuka added a reviewer: eugenis.
Herald added a project: All.
vitalybuka requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

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 https://eel.is/c++draft/basic.life#1 for the definition.
 
 This feature is still experimental, in order to enable it at runtime you need
 to:


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 https://eel.is/c++draft/basic.life#1 for the definition.
 
 This feature is still experimental, in order to enable it at runtime you need
 to:
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to