[clang] [Clang] [C++26] Expansion Statements (Part 1: AST) (PR #169680)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 1 07:31:52 PST 2025
================
@@ -1704,6 +1704,85 @@ void ASTStmtWriter::VisitCXXForRangeStmt(CXXForRangeStmt *S) {
Code = serialization::STMT_CXX_FOR_RANGE;
}
+void ASTStmtWriter::VisitCXXExpansionStmtPattern(CXXExpansionStmtPattern *S) {
----------------
Sirraide wrote:
I didn’t include those tests in this patch because creating these nodes kind of requires Sema and everything else to be implemented...
https://github.com/llvm/llvm-project/pull/169680
More information about the cfe-commits
mailing list