================
@@ -3660,6 +3660,8 @@ class TreeTransform {
return SemaRef.BuildCXXNoexceptExpr(Range.getBegin(), Arg, Range.getEnd());
}
+ bool HeuristicallyComputeSizeOfPackExpr() const { return true; }
+
----------------
cor3ntin wrote:
I think I would prefer to add a `TransformSizeOfPackExpr` override in
TemplateInstantiator that calls
back to the base implementation with a bool parameter, or something like that
https://github.com/llvm/llvm-project/pull/132061
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits