[clang] [Clang] Fix various bugs in alias CTAD transform (PR #132061)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 19 10:23:40 PDT 2025
================
@@ -3660,6 +3660,8 @@ class TreeTransform {
return SemaRef.BuildCXXNoexceptExpr(Range.getBegin(), Arg, Range.getEnd());
}
+ bool HeuristicallyComputeSizeOfPackExpr() const { return true; }
+
----------------
cor3ntin wrote:
This will need a comment
https://github.com/llvm/llvm-project/pull/132061
More information about the cfe-commits
mailing list