-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement flags to expose calling conventions, storage classes, ptr64, etc #2
Comments
I've added some of these: msvc-demangler-rust/src/lib.rs Lines 80 to 122 in 4361884
Not sure if they're all implemented correctly. I also added a few flags that I made up myself: |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We may want to support all flags from https://msdn.microsoft.com/en-us/library/ms681400(VS.85).aspx .
The text was updated successfully, but these errors were encountered: