Checks whether f is a generated DtorDeclaration that hides a user-defined one
which passes check while f doesn't (e.g. when the user defined dtor is pure but
the generated dtor is not).
In that case the method will identify and print all members causing the attribute
missmatch.
Checks whether f is a generated DtorDeclaration that hides a user-defined one which passes check while f doesn't (e.g. when the user defined dtor is pure but the generated dtor is not). In that case the method will identify and print all members causing the attribute missmatch.