commit | 644bc105e01253eac7f40ac2b3f147eace792c30 | [log] [tgz] |
---|---|---|
author | gbreynoo <Owen.Reynolds@sony.com> | Thu Apr 28 15:55:26 2022 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 28 08:01:19 2022 -0700 |
tree | 4136b8a9cedf2735539c624dd36619c98e5e46eb | |
parent | 0bbd03f304158a86410bbf0d5228d6af70734c4b [diff] |
[demangler] Fix demangling a template argument which happens to be a null pointer As seen in https://github.com/llvm/llvm-project/issues/51854 llvm-cxxfilt was having trouble demangling the case "_Z1fIDnLDn0EEvv". We handled the "LDNE" case and "LPi0E" but not "LDn0E". This change adds that handling. Differential Revision: https://reviews.llvm.org/D124010 GitOrigin-RevId: 5420834aadbd271b3773f53fbbd58e9437952616