[clang] Fix link to TySan issues page (PR #125052)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 30 04:07:40 PST 2025
https://github.com/gbMattN created https://github.com/llvm/llvm-project/pull/125052
None
>From 500a3bd7eff2a620b6d491098c9cca1b023a5b4f Mon Sep 17 00:00:00 2001
From: gbMattN <146744444+gbMattN at users.noreply.github.com>
Date: Thu, 30 Jan 2025 12:07:08 +0000
Subject: [PATCH] Fix link to TySan issues page
---
clang/docs/TypeSanitizer.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>`_
More information about the cfe-commits
mailing list