diff options
author | Matt Davis <Matthew.Davis@sony.com> | 2019-02-11 20:30:53 +0000 |
---|---|---|
committer | Matt Davis <Matthew.Davis@sony.com> | 2019-02-11 20:30:53 +0000 |
commit | 22c21934cefc83a8f911728eea24ebe79df49af1 (patch) | |
tree | 76f0cd15afa4c8959d653d4d3ac90d44161582f3 /clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp | |
parent | 7c8952197b86790b31731d34d559281840916e1f (diff) | |
download | bcm5719-llvm-22c21934cefc83a8f911728eea24ebe79df49af1.tar.gz bcm5719-llvm-22c21934cefc83a8f911728eea24ebe79df49af1.zip |
[llvm-cxxfilt] Split and demangle stdin input
Summary:
Originally, llvm-cxxfilt would treat a line as a single mangled item to be demangled.
If a mangled name appears in the middle of that string, that name would not be demangled.
GNU c++filt splits and demangles every word in a string that is piped to it via stdin.
Prior to this patch llvm-cxxfilt would never split strings piped to it.
This patch replicates the GNU behavior and splits strings that are piped to it via stdin.
This fixes PR39990
Reviewers: compnerd, jhenderson, davide
Reviewed By: compnerd, jhenderson
Subscribers: erik.pilkington, jhenderson, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D57350
llvm-svn: 353743
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-inheriting-constructor.cpp')
0 files changed, 0 insertions, 0 deletions