Skip to content

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