lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Check inline functions #125

Open PetrPPetrov opened 12 months ago

PetrPPetrov commented 12 months ago

Hi!

I would like to perform backward compatibility (ABI, API) tests for inline functions and methods. I use -fkeep-inline-functions compiler switch to make symbols from all inline functions\methods. But unfortunatelly abi-compliance-checker ignores symbols if they are inline.

Do you plan to add such option (to analyse inline functions)? Thanks!