mstange / msvc-demangler-rust

A rust library that demangles / undecorates C++ symbols mangled by MSVC
Other
42 stars 13 forks source link

Added aliases support and enabled more llvm tests #56

Closed mitsuhiko closed 5 years ago

mitsuhiko commented 5 years ago

This fixes a bunch of other bugs that I found in the cxx11 tests from llvm. I can't fix all of them sadly because of various breakages elsewhere.