[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
================
@@ -48,6 +48,10 @@ OPTIONS
Print a summary of command line options.
+.. option:: --no-params, -p
+
+ Do not parse function parameters.
----------------
jh7370 wrote:
I'd change this to something like "Do not demangle function parameters or return types."
https://github.com/llvm/llvm-project/pull/75348
More information about the llvm-commits
mailing list