mstange / msvc-demangler-rust

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

Added backref tests and fixed some simple backref breakages #52

Closed mitsuhiko closed 5 years ago

mitsuhiko commented 5 years ago

The backref handling unfortunately is pretty broken but at least some common cases are handled now.