================
@@ -2334,6 +2334,14 @@ void
ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) {
InheritedConstructor(Shadow, Ctor);
}
+ if (unsigned NumArgs = Record.readUInt32()) {
----------------
efriedma-quic wrote:Testcase for serialization? See #200994. https://github.com/llvm/llvm-project/pull/203554 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
