<?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-directive.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9b72f89f - Diagnose attempst to template using declarations and using directives.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#9b72f89f</link>
        <description>Diagnose attempst to template using declarations and using directives.Recover from the latter and fail early for the former.  Fixes PR8022.llvm-svn: 118669

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Wed, 10 Nov 2010 02:40:36 +0000</pubDate>
        <dc:creator>John McCall &lt;rjmccall@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>cdf87024 - Allow a using directive to refer to the implicitly-defined namespace</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#cdf87024</link>
        <description>Allow a using directive to refer to the implicitly-defined namespace&quot;std&quot;, with a warning, to improve GCC compatibility. Fixes PR7517.As a drive-by, add typo correction for using directives.llvm-svn: 107172

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 29 Jun 2010 17:53:46 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>8fbe78f6 - Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#8fbe78f6</link>
        <description>Update tests to use %clang_cc1 instead of &apos;clang-cc&apos; or &apos;clang -cc1&apos;. - This is designed to make it obvious that %clang_cc1 is a &quot;test variable&quot;   which is substituted. It is &apos;%clang_cc1&apos; instead of &apos;%clang -cc1&apos; because it   can be useful to redefine what gets run as &apos;clang -cc1&apos; (for example, to set   a default target).llvm-svn: 91446

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 15 Dec 2009 20:14:24 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>a64c1e54 - When performing unqualified name lookup in C++, don&apos;t look directly</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#a64c1e54</link>
        <description>When performing unqualified name lookup in C++, don&apos;t look directlyinto transparent contexts; instead, we&apos;ll look into their nearestenclosing non-transparent contexts further up the stack. Fixes PR5479.llvm-svn: 90859

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 08 Dec 2009 15:38:36 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a6602e9e - Let using directives refer to namespace aliases. Fixes PR5479.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#a6602e9e</link>
        <description>Let using directives refer to namespace aliases. Fixes PR5479.llvm-svn: 89657

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Mon, 23 Nov 2009 15:34:23 +0000</pubDate>
        <dc:creator>Sebastian Redl &lt;sebastian.redl@getdesigned.at&gt;</dc:creator>
    </item>
<item>
        <title>1f6339e1 - Resolve this FIXME:  unelaborated lookups are ambiguous, too.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#1f6339e1</link>
        <description>Resolve this FIXME:  unelaborated lookups are ambiguous, too.llvm-svn: 89266

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Wed, 18 Nov 2009 23:05:13 +0000</pubDate>
        <dc:creator>John McCall &lt;rjmccall@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1f82f246 - Overhaul previous-declaration and overload checking to work on lookup results</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#1f82f246</link>
        <description>Overhaul previous-declaration and overload checking to work on lookup resultsrather than NamedDecl*.  This is a major step towards eliminatingOverloadedFunctionDecl.llvm-svn: 89263

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Wed, 18 Nov 2009 22:49:29 +0000</pubDate>
        <dc:creator>John McCall &lt;rjmccall@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>fec52635 - Parsing and AST support for using declarations, from John Thompson!</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#fec52635</link>
        <description>Parsing and AST support for using declarations, from John Thompson!llvm-svn: 73812

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Sat, 20 Jun 2009 00:51:54 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>712a351c - Make the selection of type declarations in Sema::getTypeName</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#712a351c</link>
        <description>Make the selection of type declarations in Sema::getTypeNamedeterministic when faced with an ambiguity. This eliminates theannoying test/SemaCXX/using-directive.cpp failure.llvm-svn: 68952

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Mon, 13 Apr 2009 15:14:38 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>40a8e0fb - XFAIL a failing test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#40a8e0fb</link>
        <description>XFAIL a failing testllvm-svn: 68519

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 07 Apr 2009 16:32:03 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>fe3d7d08 - Make parsing a semantic analysis a little more robust following Sema</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#fe3d7d08</link>
        <description>Make parsing a semantic analysis a little more robust following Semafailures that involve malformed types, e.g., &quot;typename X::foo&quot; where&quot;foo&quot; isn&apos;t a type, or &quot;std::vector&lt;void&gt;&quot; that doens&apos;t instantiateproperly.Similarly, be a bit smarter in our handling of ambiguities that occurin Sema::getTypeName, to eliminate duplicate error messages aboutambiguous name lookup.This eliminates two XFAILs in test/SemaCXX, one of which was cryingout to us, trying to tell us that we were producing repeated errormessages.llvm-svn: 68251

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Wed, 01 Apr 2009 21:51:26 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>a45cf5b6 - Rename clang to clang-cc.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#a45cf5b6</link>
        <description>Rename clang to clang-cc.Tests and drivers updated, still need to shuffle dirs.llvm-svn: 67602

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 24 Mar 2009 02:24:46 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
<item>
        <title>aa400d83 - Make the test cases failing due to exact diagnostic matching XFAIL.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#aa400d83</link>
        <description>Make the test cases failing due to exact diagnostic matching XFAIL.llvm-svn: 64080

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Sun, 08 Feb 2009 10:28:44 +0000</pubDate>
        <dc:creator>Sebastian Redl &lt;sebastian.redl@getdesigned.at&gt;</dc:creator>
    </item>
<item>
        <title>700792c4 - Improvements and fixes for name lookup with using directives, from Piotr Rak!</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#700792c4</link>
        <description>Improvements and fixes for name lookup with using directives, from Piotr Rak!Also, put Objective-C protocols into their own identifiernamespace. Otherwise, we find protocols when we don&apos;t want to in C++(but not in C).llvm-svn: 63877

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Thu, 05 Feb 2009 19:25:20 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>95549522 - Remove a fixed FIXME</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#95549522</link>
        <description>Remove a fixed FIXMEllvm-svn: 63648

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 03 Feb 2009 19:26:44 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>4489e946 - When looking for a tag name via unqualified name lookup, only look in</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#4489e946</link>
        <description>When looking for a tag name via unqualified name lookup, only look inscopes where the name would be considered a redeclaration if we knowthat we&apos;re declaring or defining that tag.llvm-svn: 63647

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 03 Feb 2009 19:26:08 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>889ceb75 - Semantic analysis, ASTs, and unqualified name lookup support for C++</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp#889ceb75</link>
        <description>Semantic analysis, ASTs, and unqualified name lookup support for C++using directives, from Piotr Rak!llvm-svn: 63646

            List of files:
            /llvm-project-15.0.7/clang/test/SemaCXX/using-directive.cpp</description>
        <pubDate>Tue, 03 Feb 2009 19:21:40 +0000</pubDate>
        <dc:creator>Douglas Gregor &lt;dgregor@apple.com&gt;</dc:creator>
    </item>
</channel>
</rss>
