================
@@ -2334,6 +2334,14 @@ void
ASTDeclReader::VisitCXXConstructorDecl(CXXConstructorDecl *D) {
InheritedConstructor(Shadow, Ctor);
}
+ if (unsigned NumArgs = Record.readUInt32()) {
----------------
zmodem wrote:
It's covered by clang/test/PCH/dllexport-default-arg-closure.cpp
I realize that's not a module, but it covers the serialization/deserialization
mechanism. Happy to add a module case as well if you think it's needed.
https://github.com/llvm/llvm-project/pull/203554
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits