================ @@ -4377,15 +4377,20 @@ class PackIndexingExpr final // The pack being indexed, followed by the index Stmt *SubExprs[2]; - size_t TransformedExpressions; + // The size of the trailing expressions. + unsigned TransformedExpressions : 31; ---------------- zyn0217 wrote:
I changed it to `unsigned` because `numTrailingObjects` is designed to return an `unsigned` number. https://github.com/llvm/llvm-project/pull/92385 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits