Files
clang-p2996/clang/test/Analysis/Inputs
Balázs Kéri 8e97f50eed [clang][ASTImporter] Fix possible crash at import of function template (#124273)
During import of a function template at specific conditions an assertion
"TemplateOrSpecialization.isNull()" can be triggered. This can
happen when the new AST is already incompatible after import failures.
Problem is fixed by returning import failure at the assert condition.
2025-01-28 09:10:02 +01:00
..