Author: Yexuan Xiao
Date: 2026-01-09T13:23:59Z
New Revision: 4772815a8248801edc017db450e17c857df7c17a

URL: 
https://github.com/llvm/llvm-project/commit/4772815a8248801edc017db450e17c857df7c17a
DIFF: 
https://github.com/llvm/llvm-project/commit/4772815a8248801edc017db450e17c857df7c17a.diff

LOG: [NFC][clang] Fix a typo in Typebase.h (#175163)

This was introduced since 7c402b8b81

Added: 
    

Modified: 
    clang/include/clang/AST/TypeBase.h

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/AST/TypeBase.h 
b/clang/include/clang/AST/TypeBase.h
index b0fdf178ab3cc..279b75f14d7b8 100644
--- a/clang/include/clang/AST/TypeBase.h
+++ b/clang/include/clang/AST/TypeBase.h
@@ -2284,7 +2284,7 @@ class alignas(TypeAlignment) Type : public 
ExtQualsTypeCommonBase {
     Last = Ptr
diff T
   };
 
-  class PresefinedSugarTypeBitfields {
+  class PredefinedSugarTypeBitfields {
     friend class PredefinedSugarType;
 
     LLVM_PREFERRED_TYPE(TypeBitfields)
@@ -2332,7 +2332,7 @@ class alignas(TypeAlignment) Type : public 
ExtQualsTypeCommonBase {
     TemplateSpecializationTypeBitfields TemplateSpecializationTypeBits;
     PackExpansionTypeBitfields PackExpansionTypeBits;
     CountAttributedTypeBitfields CountAttributedTypeBits;
-    PresefinedSugarTypeBitfields PredefinedSugarTypeBits;
+    PredefinedSugarTypeBitfields PredefinedSugarTypeBits;
   };
 
 private:


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to