Before: const wchar_t * {L"%"}
Now: L"%"
See also PR39593.
Paths
| Differential D54294
[MS demangler] Use a slightly shorter unmangling for mangled strings. ClosedPublic Authored by thakis on Nov 9 2018, 12:38 AM.
Details Summary Before: const wchar_t * {L"%"} See also PR39593.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 9 2018, 8:00 AM Closed by commit rL346544: [MS demangler] Use a slightly shorter unmangling for mangled strings. (authored by nico). · Explain WhyNov 9 2018, 11:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 173396 llvm/trunk/lib/Demangle/MicrosoftDemangleNodes.cpp
llvm/trunk/test/Demangle/ms-operators.test
llvm/trunk/test/Demangle/ms-string-literals.test
|