This revision was automatically updated to reflect the committed changes.
Closed by commit rL295010: [MS ABI] Correctly mangling vbase destructors
(authored by majnemer).
Changed prior to commit:
https://reviews.llvm.org/D29912?vs=88258&id=88280#toc
Repository:
rL LLVM
https://reviews.llvm.
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm, thanks!
https://reviews.llvm.org/D29912
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cf
majnemer created this revision.
They are a little bit of a special case in the mangling. They are always
mangled without taking into account their virtual-ness of the
destructor. They are also mangled to return void, unlike the actual
destructor.
This fixes PR31931.
https://reviews.llvm.org/D29