You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
misc: Add -h/--help options and end marker to demangler_options
This commit adds support for the -h and --help options to display
usage of misc/demangler like follows.
$ misc/demangler -h
demangler v0.11-683-g804a
OPTION:
--simple Use internal simple demangler (default)
--full Use libstdc++ demangler
--no Do not use demangler
-v, --verbose Be verbose
-h, --help Display this help and exit
An end marker has also been added to the demangler_options array for
proper termination and prevent potential undefined behavior.
Fixed: #1939
Signed-off-by: Kang Minchul <[email protected]>
0 commit comments