Displaying 2 results from an estimated 2 matches for "68fcff9f".
2017 Jun 20
2
VC C++ demangler
..., and I'd guess we don't want to mimic all these corner cases. So mixing our own demangler and the Windows demangler can cause unnecessary churn.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170620/68fcff9f/attachment.html>
2017 Jun 20
3
VC C++ demangler
On Tue, Jun 20, 2017 at 10:17 AM, Robinson, Paul <paul.robinson at sony.com>
wrote:
> Just to be clear - once LLVM has its own demangler, it should probably use
> it on all platforms, so there'd be no worry about different behavior
> between LLVM on Windows and LLVM elsewhere.
>
> But that said, it's probably still important/worthwhile to make sure it's
>