llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Stan Ulbrych (StanFromIreland) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/220355.diff 1 Files Affected: - (modified) clang/docs/HardwareAssistedAddressSanitizerDesign.md (+1-1) ``````````diff diff --git a/clang/docs/HardwareAssistedAddressSanitizerDesign.md b/clang/docs/HardwareAssistedAddressSanitizerDesign.md index f999c6c57f507..a41282e8422ee 100644 --- a/clang/docs/HardwareAssistedAddressSanitizerDesign.md +++ b/clang/docs/HardwareAssistedAddressSanitizerDesign.md @@ -1,7 +1,7 @@ # Hardware-assisted AddressSanitizer Design Documentation This page is a design document for -**hardware-assisted AddressSanitizer** (or **HWASAN**) +**hardware-assisted AddressSanitizer** (or **HWASan**) a tool similar to {doc}`AddressSanitizer`, but based on partial hardware assistance. `````````` </details> https://github.com/llvm/llvm-project/pull/220355 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
