================
@@ -37,6 +37,10 @@ CIRGenCXXABI::AddedStructorArgCounts
CIRGenCXXABI::addImplicitConstructorArgs(
addedArgs.suffix.size());
}
+CatchTypeInfo CIRGenCXXABI::getCatchAllTypeInfo() {
+ return CatchTypeInfo{nullptr, 0};
----------------
andykaylor wrote:
```suggestion
return CatchTypeInfo{{}, 0};
```
https://github.com/llvm/llvm-project/pull/162528
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits