Skip to content
New issue

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

Add support for the 'msvc-demangler' crate #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aytey
Copy link

@aytey aytey commented Apr 3, 2024

This PR adds support for the MSVC demangler crate:

This package now provides two API calls:

  • demangle_itanium (for the Itanium ABI; the current implementation)
  • demangle_msvc (for MSVC demangling)

It probably requires a "major" version number bump (as per sem-ver), given the API has now changed.

Tests and documentation have been updated accordingly.

Signed-off-by: Andrew V. Teylu [email protected]

@aytey
Copy link
Author

aytey commented Apr 3, 2024

Actually, maybe we should just move the whole library to use: https://crates.io/crates/symbolic-demangle (which supports MSVC + gcc "simultaneously").

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant