================
@@ -2258,6 +2258,27 @@ class alignas(TypeAlignment) Type : public 
ExtQualsTypeCommonBase {
     unsigned NumExpansions;
   };
 
+  enum class PredefinedSugarKind {
+    /// The "size_t" type.
+    SizeT,
+
+    /// The "signed size_t" type.
----------------
mizvekov wrote:

Well that's another good reason, but I was more worried about the 
inconsistency, and the fact that this is not even a valid type spelling: 
'signed' is a specifier, not a qualifier, and it can't be attached to a typedef 
name.

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

Reply via email to