Unverified Commit 5857fec2 authored by Balázs Kéri's avatar Balázs Kéri Committed by GitHub
Browse files

[clang][ASTImporter] Fix of possible crash "Did not find base!". (#67680)



A problem with AST import could lead to multiple instances of the same
template class specialization, with different template arguments. The
difference was caused by pointers to different declarations of the same
function.
Problem is fixed by using the canonical declaration at import.

Co-authored-by: default avatarBalázs Kéri <balazs.keri@ericsson.com>
parent c67b8628
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