[PATCH] D54294: [MS demangler] Use a slightly shorter unmangling for mangled strings.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 00:38:58 PST 2018


thakis created this revision.
thakis added a reviewer: zturner.
Herald added a subscriber: erik.pilkington.

Before: const wchar_t * {L"%"}
Now: L"%"

See also PR39593.


https://reviews.llvm.org/D54294

Files:
  lib/Demangle/MicrosoftDemangleNodes.cpp
  test/Demangle/ms-operators.test
  test/Demangle/ms-string-literals.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54294.173277.patch
Type: text/x-patch
Size: 21786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181109/9deecf63/attachment.bin>


More information about the llvm-commits mailing list