<?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 adl.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>58bd01fc - PR40329: [adl] Fix determination of associated classes when searching a</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/adl.cpp#58bd01fc</link>
        <description>PR40329: [adl] Fix determination of associated classes when searching amember enum and then its enclosing class.There are situations where ADL will collect a class but not the completeset of associated classes / namespaces of that class. When thathappened, and we later tried to collect those associated classes /namespaces, we would previously short-circuit the lookup and not findthem. Eg, for:  struct A : B { enum E; };if we first looked for associated classes/namespaces of A::E, we&apos;d findonly A. But if we then tried to also collect associatedclasses/namespaces of A (which should include the base class B), wewould not add B because we had already visited A.This also fixes a minor issue where we would fail to collect associatedclasses from an overloaded class member access expression naming astatic member function.llvm-svn: 351382

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/adl.cpp</description>
        <pubDate>Wed, 16 Jan 2019 22:01:39 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
