[MS Demangler] Don't fail on MD5-mangled names.
authorZachary Turner <zturner@google.com>
Thu, 16 Aug 2018 16:17:17 +0000 (16:17 +0000)
committerZachary Turner <zturner@google.com>
Thu, 16 Aug 2018 16:17:17 +0000 (16:17 +0000)
commit83313f8f54b4a0da8fda13bc6e90043b8137bf7f
tree13efc74675391fbe4d465b6549c70d1d6529adf3
parent0e1813390520a06820070188829c46ce9c7dbd28
[MS Demangler] Don't fail on MD5-mangled names.

When we have an MD5 mangled name, we shouldn't choke and say
that it's an invalid name.  Even though it's impossible to demangle,
we should just output the original name.

llvm-svn: 339891
llvm/lib/Demangle/MicrosoftDemangle.cpp
llvm/test/Demangle/ms-md5.test [new file with mode: 0644]