[clang] [NFC] Fix bad link in `clang/lib/Sema/SemaTypeTraits.cpp` (PR #141405)

Connector Switch via cfe-commits cfe-commits at lists.llvm.org
Sun May 25 04:54:20 PDT 2025


https://github.com/c8ef created https://github.com/llvm/llvm-project/pull/141405

None

>From 739435d262f0da627b6ae9dbdba7065f16a56ddf Mon Sep 17 00:00:00 2001
From: Connector Switch <c8ef at outlook.com>
Date: Sun, 25 May 2025 19:53:39 +0800
Subject: [PATCH] fix bad link

---
 clang/lib/Sema/SemaTypeTraits.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/lib/Sema/SemaTypeTraits.cpp b/clang/lib/Sema/SemaTypeTraits.cpp
index 85d90281af577..7bf3c8eaabf4b 100644
--- a/clang/lib/Sema/SemaTypeTraits.cpp
+++ b/clang/lib/Sema/SemaTypeTraits.cpp
@@ -836,7 +836,7 @@ static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT,
     // GCC[1] and the Embarcadero C++ compiler[2], and Clang implements those
     // specifications.
     //
-    //   1: http://gcc.gnu/.org/onlinedocs/gcc/Type-Traits.html
+    //   1: http://gcc.gnu.org/onlinedocs/gcc/Type-Traits.html
     //   2:
     //   http://docwiki.embarcadero.com/RADStudio/XE/en/Type_Trait_Functions_(C%2B%2B0x)_Index
     //



More information about the cfe-commits mailing list