-
I am facing a reproducibility issue with _rustdoc_ in Yocto project. The issue is happening due to a different _llvm._ generation between the builds.
![anon-1](https://github.com/rust-lang/rust/ass…
-
It would be useful to provide a public API for `demangler::demangle`. It can demangle `typeid` names, so it would be handy for debugging and logging even without a stack trace. And it's already portab…
-
Many old executables are mangled using that mangling scheme. This issue would serve as a discussion and information gathering pool for implementing the scheme.
-
Hi, I'm new to seastar.
When I compile with $SEASTAR/build/debug/seastar.pc instead of release one,
```
# install dependency
# ninja compile
ninja-build -d stats -d explain -d keeprsp -v
…
-
Example:
```
template struct X { X(T f) { f(0); } template void operator()(U...); };
template void f(T&&) { X{[](auto &&, auto...){}}(); }
void g() { f(0); }
```
GCC, Clang, and EDG agree th…
-
### Platform
macOS
### Environment
Production
### Installed
Swift Package Manager
### Version
8.38.0
### Xcode Version
16.0
### Did it work on previous versions?
_No response_
### Steps to…
-
Currently, we don't have any label appropriate for issues like "llvm-undname doesn't demangle this symbol correctly". We could add a tools:llvm-undname label, or maybe just a generic llvm:demangle la…
-
Attempting to decompile the demo at https://www.gamepressure.com/download.asp?ID=7338 results in the following error:
convertValueToType(): unhandled type conversion
call void @_free(i32…
-
Dear RetDec #enthusiasts,
The name mangling listed for the reconstructed classes (C++ class reconstruction, in the "classes" comment section of the C file output by detrec-decompiler.sh) does not …
-
This would help those who would otherwise try to parse the demangled name like `cargo bloat`
https://docs.rs/msvc-demangler/0.7.0/msvc_demangler/struct.ParseResult.html is an example of this for ms…