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

--no-params for MicrosoftDemangle.h #88823

Open
MaskRay opened this issue Apr 16, 2024 · 0 comments
Open

--no-params for MicrosoftDemangle.h #88823

MaskRay opened this issue Apr 16, 2024 · 0 comments
Labels
clang Clang issues not falling into any other category

Comments

@MaskRay
Copy link
Member

MaskRay commented Apr 16, 2024

#75348 added --no-params to llvm-cxxfilt (primarily for ItaniumDemangle) to skip demangling parameter types, modeled after c++filt --no-params.

<bare-function-type> ::= <signature type>+
	# types are possible return type, then parameter types

This makes the output smaller and therefore improves performance when the user doesn't need paramemter types.
It might be useful for ../blob/main/llvm/include/llvm/Demangle/MicrosoftDemangle.h to support a similar feature.

Note: llvm-cxxfilt does not support MicrosoftDemangle.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

No branches or pull requests

1 participant