llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Connector Switch (c8ef)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/141405.diff


1 Files Affected:

- (modified) clang/lib/Sema/SemaTypeTraits.cpp (+1-1) 


``````````diff
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
     //

``````````

</details>


https://github.com/llvm/llvm-project/pull/141405
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to