| commit | dc169759ca2a72d6fe9eff0b9320ad4296e3791a | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Tue Feb 14 00:54:11 2017 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Tue Feb 14 00:54:11 2017 +0000 |
| tree | 3a9f780d3c0d21e76f12eca8b70d027ce9c1b2ae | |
| parent | d96089b2487448af11ecdaba8371f08d9b2381a2 [diff] |
[MS ABI] Correctly mangling vbase destructors 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. Differential Revision: https://reviews.llvm.org/D29912 llvm-svn: 295010