Files
clang-p2996/llvm/docs/CommandGuide
Dmitry Vasilyev 569ec185f5 [llvm-cxxfilt] Added the option --no-params (#75348)
Added -p / --no-params flag to skip demangling function parameters
similar to how it is supported by GNU c++filt tool.

There are cases when users want to demangle a large number of symbols in
bulk, for example, at startup, and do not care about function parameters
and overloads at that time. Skipping the demangling of parameter types
led to a measurable improvement in performance. Our users reported about
15% speed up with GNU c++filt and we expect similar results with
llvm-cxxfilt with this patch.
2024-01-04 20:42:51 +04:00
..
2019-07-04 21:19:05 +00:00
2023-11-06 16:28:38 +01:00
2022-04-14 22:29:03 -04:00
2019-07-04 21:19:05 +00:00
2020-08-09 19:31:49 -07:00
2023-09-19 14:14:27 -07:00
2023-03-01 10:59:59 -08:00