abi-compliance-checker
abi-compliance-checker copied to clipboard
Resolve typedefs for old classes in mergeBases
The tool reports added bases in Source compatibillity when the abi dump(s) contain typedefs pointing to derived classes.
Only Class_New
seems to be resolved to a pure type. Class_Old
has no bases as it is typedef.
I am not sure whether these changes fully fix the problem.