[clang] [Clang][P1061] Add stuctured binding packs (PR #121417)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 07:00:05 PST 2025


================
@@ -2202,6 +2202,17 @@ void ASTStmtWriter::VisitPackIndexingExpr(PackIndexingExpr *E) {
   Code = serialization::EXPR_PACK_INDEXING;
 }
 
+void ASTStmtWriter::VisitResolvedUnexpandedPackExpr(
----------------
erichkeane wrote:

DID you see my comment on how to test these?  I made one at one point, but the idea is you can use PCH to serialize and deserialize, then make sure the ast doesn't change.

https://github.com/llvm/llvm-project/pull/121417


More information about the cfe-commits mailing list