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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 01:55:52 PST 2023


================
@@ -17,6 +17,7 @@ multiclass Eq<string name, string help> {
 def help : FF<"help", "Display this help">;
 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the leading underscore">;
 def types : FF<"types", "Attempt to demangle types as well as function names">;
+def no_params : FF<"no-params", "Skip function parameters">;
----------------
jh7370 wrote:

I'd add "and return types" to the help text.

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


More information about the llvm-commits mailing list