Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle conversion operators correctly.
Because these now parse as templates instead of template-templates, we need to special case the conversion operator case when printing function return types, as described in the CXX ABI text. We can do ctors and dtors here as well, which requires the change to the existing test. See https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=libiberty/cp-demangle.c;h=3f2a097e7f2075e5750e40a31ce46589d4ab83d5;hb=e6d079c2fb797e84d7d234f9c8277fbe4558213b#l2464 for an explanation of the grammar involved.
- Loading branch information