llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: None (sitrin) <details> <summary>Changes</summary> Fixes issue #<!-- -->126719. The word `table` is now in place of the word `tale`. --- Full diff: https://github.com/llvm/llvm-project/pull/126721.diff 1 Files Affected: - (modified) clang/docs/TypeSanitizer.rst (+1-1) ``````````diff diff --git a/clang/docs/TypeSanitizer.rst b/clang/docs/TypeSanitizer.rst index 4d1dfc23a6c51e..3c683a6c24bb49 100644 --- a/clang/docs/TypeSanitizer.rst +++ b/clang/docs/TypeSanitizer.rst @@ -27,7 +27,7 @@ reduce these impacts. The TypeSanitizer Algorithm =========================== For each TBAA type-access descriptor, encoded in LLVM IR using TBAA Metadata, the instrumentation -pass generates descriptor tales. Thus there is a unique pointer to each type (and access descriptor). +pass generates descriptor tables. Thus there is a unique pointer to each type (and access descriptor). These tables are comdat (except for anonymous-namespace types), so the pointer values are unique across the program. `````````` </details> https://github.com/llvm/llvm-project/pull/126721 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits