On 10/5/2021 11:53 AM, Luís Ferreira wrote:
On Tue, 2021-10-05 at 18:13 +0100, Luís Ferreira wrote:
This patch fixes a bug on the D demangler by parsing and skip anonymous
symbols
correctly, according the ABI specification. Furthermore, it also
includes tests
to cover anonymous symbols.
The
On Tue, 2021-10-05 at 18:13 +0100, Luís Ferreira wrote:
> This patch fixes a bug on the D demangler by parsing and skip anonymous
> symbols
> correctly, according the ABI specification. Furthermore, it also
> includes tests
> to cover anonymous symbols.
>
> The spec specifies [1] that a symbol nam
On Tue, 2021-10-05 at 18:13 +0100, Luís Ferreira wrote:
> This patch fixes a bug on the D demangler by parsing and skip
> anonymous symbols
> correctly, according the ABI specification. Furthermore, it also
> includes tests
> to cover anonymous symbols.
>
> The spec specifies [1] that a symbol nam
This patch fixes a bug on the D demangler by parsing and skip anonymous symbols
correctly, according the ABI specification. Furthermore, it also includes tests
to cover anonymous symbols.
The spec specifies [1] that a symbol name can be anonymous and multiple
anonymous symbols are allowed.
[1]: h