[PATCH] [ms-cxxabi] Fix a number of bugs in the mangler.

Peter Collingbourne peter at pcc.me.uk
Tue Apr 23 01:51:09 PDT 2013


Hi timurrrr,

This includes the following fixes:
 - Implement 4 subtly different variants of qualifier mangling and use them
   in what I believe are the right places.
 - Fix handling of array types.  Previously we were always decaying them,
   which is wrong if the type appears as a template argument, pointee,
   referent etc.
Fixes PR13182.

http://llvm-reviews.chandlerc.com/D709

Files:
  lib/AST/MicrosoftMangle.cpp
  test/CodeGenCXX/mangle-ms-arg-qualifiers.cpp
  test/CodeGenCXX/mangle-ms-templates.cpp
  test/CodeGenCXX/mangle-ms.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D709.1.patch
Type: text/x-patch
Size: 19201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130423/14a6b5f6/attachment.bin>


More information about the cfe-commits mailing list