You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One challenge here is that some parts of crucible-llvm define C++ overrides that match on parts of the itanium-abi type-related AST to determine if the override should apply or not:
The demangler package intentionally does not export its demangled AST data types as part of its API, however. As such, it's not obvious to me how to reimplement this code using demangler.
See https://github.com/GaloisInc/demangler. The
demangler
package is both faster and also more complete with regards to demangling coverage (although still not 100%).The text was updated successfully, but these errors were encountered: