<?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 PR10447.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>39b7968c - DR14, DR101, and part of DR1: fix handling of extern &quot;C&quot; declarations in</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/PR10447.cpp#39b7968c</link>
        <description>DR14, DR101, and part of DR1: fix handling of extern &quot;C&quot; declarations innamespaces, by treating them just like we treat extern &quot;C&quot; declarations infunction scope.llvm-svn: 184223

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/PR10447.cpp</description>
        <pubDate>Tue, 18 Jun 2013 20:15:12 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>c6e68daa - Prior to adding the new &quot;expected-no-diagnostics&quot; directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/PR10447.cpp#c6e68daa</link>
        <description>Prior to adding the new &quot;expected-no-diagnostics&quot; directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.llvm-svn: 166280

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/PR10447.cpp</description>
        <pubDate>Fri, 19 Oct 2012 12:44:48 +0000</pubDate>
        <dc:creator>Andy Gibbs &lt;andyg1001@hotmail.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>05afe5e0 - Fix PR10447: lazily building name lookup tables for DeclContexts was broken.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/PR10447.cpp#05afe5e0</link>
        <description>Fix PR10447: lazily building name lookup tables for DeclContexts was broken.The deferred lookup table building step couldn&apos;t accurately tell which Declsshould be included in the lookup table, and consequently built different tablesin some cases.Fix this by removing lazy building of DeclContext name lookup tables. Inpractice, the laziness was frequently not worthwhile in C++, because weperformed lookup into most DeclContexts. In C, it had a bit more value,since there is no qualified lookup.In the place of lazy lookup table building, we simply don&apos;t build lookup tablesfor function DeclContexts at all. Such name lookup tables are not useful, sincethey don&apos;t capture the scoping information required to correctly perform namelookup in a function scope.The resulting performance delta is within the noise on my testing, but appearsto be a very slight win for C++ and a very slight loss for C. The C performancecan probably be recovered (if it is a measurable problem) by avoiding buildingthe lookup table for the translation unit.llvm-svn: 152608

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/PR10447.cpp</description>
        <pubDate>Tue, 13 Mar 2012 03:12:56 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
