================
@@ -13672,6 +13690,9 @@ static QualType getCommonNonSugarTypeNode(ASTContext 
&Ctx, const Type *X,
         TX->getDepth(), TX->getIndex(), TX->isParameterPack(),
         getCommonDecl(TX->getDecl(), TY->getDecl()));
   }
+  case Type::HLSLAttributedResource: {
----------------
hekota wrote:

I don't think this type should be sugared. I've added it to the diet types 
above.

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

Reply via email to