================
@@ -3437,6 +3437,9 @@ static void encodeTypeForFunctionPointerAuth(const 
ASTContext &Ctx,
     OS << II->getLength() << II->getName();
     return;
   }
+  case Type::HLSLAttributedResource:
----------------
llvm-beanz wrote:

This should maybe be higher up with the "should never get here" because I don't 
think we'll be supporting authenticated pointers for this.

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