================
@@ -3666,7 +3668,8 @@ Stmt *ASTReader::ReadStmtFromStream(ModuleFile &F) {
S = CXXExpansionStmtPattern::CreateEmpty(
Context, Empty,
static_cast<CXXExpansionStmtPattern::ExpansionStmtKind>(
- Record[ASTStmtReader::NumStmtFields]));
+ Record[ASTStmtReader::NumStmtFields]),
+ Record[ASTStmtReader::NumStmtFields + 1]);
----------------
ojhunt wrote:
diff is difficult to read here: is this indented correctly?
https://github.com/llvm/llvm-project/pull/212319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits