<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ms-implicit-complete-dtor.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>55efb68c - [MS] Mark vbase dtors used when marking dtor used</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/ms-implicit-complete-dtor.cpp#55efb68c</link>
        <description>[MS] Mark vbase dtors used when marking dtor usedIn the MS C++ ABI, the complete destructor variant for a class withvirtual bases is emitted whereever it is needed, instead of directlyalongside the base destructor variant. The complete destructor calls thebase destructor of the current class and the base destructors of eachvirtual base. In order for this to work reliably, translation units thatuse the destructor of a class also need to mark destructors of virtualbases of that class used.Fixes PR38521Reviewed By: rsmithDifferential Revision: https://reviews.llvm.org/D77081

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/ms-implicit-complete-dtor.cpp</description>
        <pubDate>Tue, 11 Feb 2020 00:16:17 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
