================
@@ -1760,12 +1760,15 @@ void 
ASTStmtWriter::VisitCXXForRangeStmt(CXXForRangeStmt *S) {
 void ASTStmtWriter::VisitCXXExpansionStmtPattern(CXXExpansionStmtPattern *S) {
   VisitStmt(S);
   Record.push_back(static_cast<unsigned>(S->getKind()));
+  Record.push_back(S->getExpansionSize().has_value());
----------------
ojhunt wrote:

obviously a `readBool` would imply `writeBool` would be required here

https://github.com/llvm/llvm-project/pull/212319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to