================
@@ -1567,6 +1567,8 @@ class ASTContext : public RefCountedBase<ASTContext> {
   /// and bit count.
   QualType getDependentBitIntType(bool Unsigned, Expr *BitsExpr) const;
 
+  QualType getPredefinedSugarType(uint32_t KD) const;
----------------
mizvekov wrote:

You can use enums in TypeProperties, if you simply convert between it and its 
underlying type when serializing.
It's also possible to add this enum type to tablegen, but this seems 
unnecessary, since there is a single use of it.

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