<?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 using_if_exists.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>089b6efe - [Index] Remove reference to `UnresolvedUsingIfExists`</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Index/using_if_exists.cpp#089b6efe</link>
        <description>[Index] Remove reference to `UnresolvedUsingIfExists`Assuming `ns::foo` doesn&apos;t exist, given:```using ns::foo __attribute__((using_if_exists));```The AST will look something like:UsingDecl  UsingShadowDecl    UnresolvedUsingIfExistsDeclThus we end up adding a reference to `UnresolvedUsingIfExistsDecl` whenprocessing `UsingDecl`, but never add the decl itself. In this case thedecl is really the `UsingDecl` anyway though (which we do output), so itmakes more sense to just remove the extra reference.Differential Revision: https://reviews.llvm.org/D124288

            List of files:
            /llvm-project-15.0.7/clang/test/Index/using_if_exists.cpp</description>
        <pubDate>Fri, 22 Apr 2022 18:36:00 +0000</pubDate>
        <dc:creator>Ben Barham &lt;ben_barham@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
