diff options
author | Enrico Granata <egranata@apple.com> | 2014-08-16 00:56:04 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2014-08-16 00:56:04 +0000 |
commit | e4a4f5d5baa044834f288e25a5e94558e913ab0d (patch) | |
tree | 7debb41e183116a2ecb99fbd604915a23bf569e7 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 08cc55dbe9fcef84b915a4f1273d035791263e55 (diff) | |
download | llvm-e4a4f5d5baa044834f288e25a5e94558e913ab0d.zip llvm-e4a4f5d5baa044834f288e25a5e94558e913ab0d.tar.gz llvm-e4a4f5d5baa044834f288e25a5e94558e913ab0d.tar.bz2 |
When attempting to print function names with arguments in frame formatting, attempt to detect templated functions, and replace the argument list with values outside the template marking. Turns C::f<(this=0x00007fff5fbffb70, x=2, y=1)0>(int, int) into C::f<(C::V)0>(this=0x00007fff5fbffb70, x=2, y=1), which definitely looks more like the real thing. Fixes rdar://14882237
llvm-svn: 215800
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions