Would you find the tool more useful if it simply filtered out all instances
where the size of the type did not change? This would filter out the
following which the tool currently flags:
- enum expansions
- reserved field expansions
- expansions of a struct with a flex array at the end
- type changes
- re-ordering of existing members
- ...others?
Obviously not, as some of those are real breakages, and some are not at
all.
Please understand what is an abi breakage. Adding new enums is not.
Using a reserved field is not. Reording existing members IS.