================
@@ -117,7 +118,8 @@ std::optional<PrimType> Context::classify(QualType T) const 
{
     case 8:
       return PT_Uint8;
     default:
-      return std::nullopt;
+      return PT_IntAP;
+      // return std::nullopt;
----------------
yronglin wrote:

Can this comment be remove?

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

Reply via email to