Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions llvm/docs/CommandGuide/llvm-cxxfilt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ OPTIONS

.. option:: --no-strip-underscore, -n

Do not strip a leading underscore. This is the default for all platforms
except Mach-O based hosts.
Do not strip a leading underscore. This is the default for all platforms.

.. option:: --quote

Expand All @@ -64,7 +63,7 @@ OPTIONS
.. option:: --strip-underscore, -_

Strip a single leading underscore, if present, from each input name before
demangling. On by default on Mach-O based platforms.
demangling.

.. option:: --types, -t

Expand Down
Loading