[clang] [Clang][P1061] Add stuctured binding packs (PR #121417)
Jason Rice via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 9 20:16:19 PST 2025
================
@@ -2202,6 +2202,17 @@ void ASTStmtWriter::VisitPackIndexingExpr(PackIndexingExpr *E) {
Code = serialization::EXPR_PACK_INDEXING;
}
+void ASTStmtWriter::VisitResolvedUnexpandedPackExpr(
----------------
ricejasonf wrote:
Yes, and thank you for the heads up. I did add a test that does this.
https://github.com/llvm/llvm-project/pull/121417
More information about the cfe-commits
mailing list