We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am using clang for my projects so I am wondering if the checker supports clang
The text was updated successfully, but these errors were encountered:
Hi,
Only via abi-dumper: https://github.com/lvc/abi-compliance-checker#usage
You can compile your binaries by clang (enable debug-info), dump ABIs by abi-dumper and compare ABI dumps by abi-compliance-checker.
Sorry, something went wrong.
Thanks has anyone test this also with MSVC clang comping option? That should also work then right?
No branches or pull requests
Hi,
I am using clang for my projects so I am wondering if the checker supports clang
The text was updated successfully, but these errors were encountered: