Author: Stan Ulbrych Date: 2026-09-01T13:50:01-07:00 New Revision: 4c791a6ff02052395296f2f6d201deefaca636be
URL: https://github.com/llvm/llvm-project/commit/4c791a6ff02052395296f2f6d201deefaca636be DIFF: https://github.com/llvm/llvm-project/commit/4c791a6ff02052395296f2f6d201deefaca636be.diff LOG: [docs] Fix capitalisation of "HWASan" (#220355) Added: Modified: clang/docs/HardwareAssistedAddressSanitizerDesign.md Removed: ################################################################################ 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. _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
