https://issues.dlang.org/show_bug.cgi?id=14698
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- Actually, you can get that already by piping the assembly output through ddemangle. Set the disassembly command to something like: "$(VCINSTALLDIR)\bin\dumpbin" /disasm:nobytes "$(InputPath)" | ddemangle >"$(TargetPath)" Maybe this should even be the default, though I'm unsure ddemangle is distributed with LDC or GDC. --
