]> granicus.if.org Git - llvm/commit
llvm-cxxfilt: support `-t` to demangle types
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Jan 2017 04:25:26 +0000 (04:25 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Jan 2017 04:25:26 +0000 (04:25 +0000)
commit81cf2fa17ae698248ffe12408ee8939e4892b3c1
treee06a545b83c6f48a10db5c5446fd6c302f8ba876
parent440f273c40cd5a4dbdaf81910c4f5dfc51435bff
llvm-cxxfilt: support `-t` to demangle types

By default c++filt demangles functions, though you can optionally pass
`-t` to have it decode types as well, behaving nearly identical to
`__cxa_demangle`.  Add support for this mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292576 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cxxfilt/types.test [new file with mode: 0644]
tools/llvm-cxxfilt/llvm-cxxfilt.cpp