[all-commits] [llvm/llvm-project] d4dd77: [llvm-cxxfilt] De-emphasize "function" in llvm-cxx...

Edd Dawson via All-commits all-commits at lists.llvm.org
Wed Oct 23 05:03:52 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4dd770289b506a2a0fed6fe4add68048f37748d
      https://github.com/llvm/llvm-project/commit/d4dd770289b506a2a0fed6fe4add68048f37748d
  Author: Edd Dawson <edd.dawson at sony.com>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-cxxfilt.rst
    M llvm/tools/llvm-cxxfilt/Opts.td

  Log Message:
  -----------
  [llvm-cxxfilt] De-emphasize "function" in llvm-cxxfilt docs and --help (#113309)

llvm-cxxfilt can demangle names of data symbols, in addition to function
names.

    $ llvm-cxxfilt _ZN6garden5gnomeE
    garden::gnome

And type names too, on request:

    $ llvm-cxxfilt -t i
    int

Update some overly specific the wording in the --help and documentation
that suggests otherwise.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list