<?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 overloaded-destructors.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>21eb1af4 - [Concepts] Implement overload resolution for destructors (P0848)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/AST/overloaded-destructors.cpp#21eb1af4</link>
        <description>[Concepts] Implement overload resolution for destructors (P0848)This patch implements a necessary part of P0848, the overload resolution for destructors.It is now possible to overload destructors based on constraints, and the eligible destructorwill be selected at the end of the class.The approach this patch takes is to perform the overload resolution in Sema::ActOnFieldsand to mark the selected destructor using a new property in FunctionDeclBitfields.CXXRecordDecl::getDestructor is then modified to use this property to return the correctdestructor.This closes https://github.com/llvm/llvm-project/issues/45614.Reviewed By: #clang-language-wg, erichkeaneDifferential Revision: https://reviews.llvm.org/D126194

            List of files:
            /llvm-project-15.0.7/clang/test/AST/overloaded-destructors.cpp</description>
        <pubDate>Thu, 16 Jun 2022 17:52:12 +0000</pubDate>
        <dc:creator>Roy Jacobson &lt;roi.jacobson1@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
