================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to