================ @@ -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; ---------------- tbaederr wrote:
Yes. There are a few such comments left in the patch I think. 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