Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid demangling for (empty?) vararg templates #132

Open
jan-auer opened this issue Jan 11, 2018 · 1 comment
Open

Invalid demangling for (empty?) vararg templates #132

jan-auer opened this issue Jan 11, 2018 · 1 comment

Comments

@jan-auer
Copy link
Contributor

jan-auer commented Jan 11, 2018

mangled:       _ZN4base8internal13FunctorTraitsIPFvvEvE6InvokeIJEEEvS3_DpOT_
c++filt:       void base::internal::FunctorTraits<void (*)(), void>::Invoke<>(void (*)())
cpp_demangle:  void base::internal::FunctorTraits<void (*)(), void>::Invoke<>(void (*)(), &&...)

Also, the no_params option has no effect on this symbol. I haven't tested yet what happens with a non-empty argarg template.

@fitzgen
Copy link
Member

fitzgen commented Jan 11, 2018

Thanks for filing a bug report!

FWIW, I haven't been focusing on the no_params output, and am trying to get output with params correct before I really dive into output without params.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants