mstange / msvc-demangler-rust

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

Add llvm tests #39

Closed jrmuizel closed 5 years ago

jrmuizel commented 6 years ago

llvm now has an msvc demangler https://github.com/llvm-mirror/llvm/blob/master/lib/Demangle/MicrosoftDemangle.cpp

We should make sure we pass their tests: https://github.com/llvm-mirror/llvm/tree/master/test/Demangle

mitsuhiko commented 5 years ago

I started pulling these in in #42

mitsuhiko commented 5 years ago

I'm closing this now. The tests are there but they are not all enabled yet (I only activated two so far) because they need reviewing and lots of adjustments. I think we should open individual issues as we enable more.