[llvm] [llvm-cxxfilt] Added the option --no-params (PR #75348)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 00:32:50 PST 2023
jh7370 wrote:
I've not attempted to review your implementation yet, because the output doesn't match the expected output. The `--no-params` option doesn't just not demangle the parameters, it omits the enclosing parentheses entirely. I think this is important behaviour that we need to replicate. Otherwise, it could be easy to mistake a function demangled with this option with one with no parameters. In general, we aim to be compatible with the GNU binutils, and I believe there's no reason to deviate here.
https://github.com/llvm/llvm-project/pull/75348
More information about the llvm-commits
mailing list