Author: Connector Switch
Date: 2025-05-26T10:13:14+08:00
New Revision: 64bc35f33e9d330e1bfff07436010b43ce332d9b

URL: 
https://github.com/llvm/llvm-project/commit/64bc35f33e9d330e1bfff07436010b43ce332d9b
DIFF: 
https://github.com/llvm/llvm-project/commit/64bc35f33e9d330e1bfff07436010b43ce332d9b.diff

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

Added: 
    

Modified: 
    clang/lib/Sema/SemaTypeTraits.cpp

Removed: 
    


################################################################################
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
     //


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to