[clang] Fix link to TySan issues page (PR #125052)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 30 04:09:01 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: None (gbMattN)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/125052.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 8b815d8804fa8f..4d1dfc23a6c51e 100644
--- a/clang/docs/TypeSanitizer.rst
+++ b/clang/docs/TypeSanitizer.rst
@@ -202,4 +202,4 @@ enough for TypeSanitizer's runtime.
We are actively working on enhancing the tool --- stay tuned. Any help,
issues, pull requests, ideas, is more than welcome. You can find the
-`issue tracker here.<https://github.com/llvm/llvm-project/issues?q=is%3Aissue%20state%3Aopen%20TySan%20label%3Acompiler-rt%3Atysan>`
+`issue tracker here. <https://github.com/llvm/llvm-project/issues?q=is%3Aissue%20state%3Aopen%20TySan%20label%3Acompiler-rt%3Atysan>`_
``````````
</details>
https://github.com/llvm/llvm-project/pull/125052
More information about the cfe-commits
mailing list