[clang] Fix a "!CodeSynthesisContexts.empty()" assertion failure when...
[clang] Fix a "!CodeSynthesisContexts.empty()" assertion failure when constructing aggregate deduction guides. (#89227) We were missing to push an record to the instantiation stack in `DeclareAggregateDeductionGuideForTypeAlias`. This patch fixes that.
parent
73e7f2ff
Please register or sign in to comment