[llvm] [llvm-cxxfilt] Added the option --no-params (PR #75348)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 01:07:44 PST 2023


jh7370 wrote:

> c++filt -p _ZN1f2baC2ERKNS_2baIT_EE _ZN2baC2EOT0_

My apologies, you are quite right. However, my point still stands: your tested output doesn't match the actual output that the GNU tool produces - note the parentheses at the end in the thing you've implemented, whereas these are not present in the GNU output.

https://github.com/llvm/llvm-project/pull/75348


More information about the llvm-commits mailing list