================
@@ -102,7 +102,8 @@ std::optional<PrimType> Context::classify(QualType T) const
{
case 8:
return PT_Sint8;
default:
- return std::nullopt;
+ return PT_IntAPS;
+ // return std::nullopt;
----------------
erichkeane wrote:
If we're removing these, I wonder if we need a 'LLVM_FALLTHROUGH' in case
others add to it later?
https://github.com/llvm/llvm-project/pull/65844
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits