Unverified Commit 4c3514fa authored by Haojian Wu's avatar Haojian Wu Committed by GitHub
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment